[][src]Type Definition cc3220sf::aes::DATA_IN_3

type DATA_IN_3 = Reg<u32, _DATA_IN_3>;

Data register to read and write plaintext/ciphertext (LSW)

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see data_in_3 module

Trait Implementations

impl Readable for DATA_IN_3[src]

read() method returns data_in_3::R reader structure

impl ResetValue for DATA_IN_3[src]

Register DATA_IN_3 reset()'s with value 0

type Type = u32

Register size

impl Writable for DATA_IN_3[src]

write(|w| ..) method takes data_in_3::W writer structure