[][src]Type Definition stm32wb_pac::aes2::DINR

type DINR = Reg<u32, _DINR>;

data input register

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

For information about available fields see dinr module

Trait Implementations

impl Readable for DINR[src]

read() method returns dinr::R reader structure

impl ResetValue for DINR[src]

Register DINR reset()'s with value 0

type Type = u32

Register size

impl Writable for DINR[src]

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