[][src]Type Definition k210_pac::sha256::DATA_IN

type DATA_IN = Reg<u32, _DATA_IN>;

SHA256 input data is written to this register

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

For information about avaliable fields see data_in module

Trait Implementations

impl Readable for DATA_IN[src]

read() method returns data_in::R reader structure

impl Writable for DATA_IN[src]

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

impl ResetValue for DATA_IN[src]

Register data_in reset()'s with value 0

type Type = u32

Register size