Struct nrf5x::peripheral_registers::AESECB_REGS
[−]
[src]
#[repr(C)]pub struct AESECB_REGS { pub task_startecb: VolatileCell<u32>, pub task_stopecb: VolatileCell<u32>, pub _reserved1: [u32; 62], pub event_endecb: VolatileCell<u32>, pub event_errorecb: VolatileCell<u32>, pub _reserved2: [u32; 127], pub intenset: VolatileCell<u32>, pub intenclr: VolatileCell<u32>, pub _reserved3: [u32; 126], pub ecbdataptr: VolatileCell<u32>, }
Fields
task_startecb: VolatileCell<u32>
task_stopecb: VolatileCell<u32>
_reserved1: [u32; 62]
event_endecb: VolatileCell<u32>
event_errorecb: VolatileCell<u32>
_reserved2: [u32; 127]
intenset: VolatileCell<u32>
intenclr: VolatileCell<u32>
_reserved3: [u32; 126]
ecbdataptr: VolatileCell<u32>