Struct nrf5x::peripheral_registers::TEMP_REGS
[−]
[src]
#[repr(C)]pub struct TEMP_REGS { pub task_start: VolatileCell<u32>, pub task_stop: VolatileCell<u32>, pub _reserved1: [u32; 62], pub event_datardy: VolatileCell<u32>, pub _reserved2: [u32; 127], pub inten: VolatileCell<u32>, pub intenset: VolatileCell<u32>, pub intenclr: VolatileCell<u32>, pub _reserved3: [u32; 127], pub temp: VolatileCell<u32>, }
Fields
task_start: VolatileCell<u32>
task_stop: VolatileCell<u32>
_reserved1: [u32; 62]
event_datardy: VolatileCell<u32>
_reserved2: [u32; 127]
inten: VolatileCell<u32>
intenset: VolatileCell<u32>
intenclr: VolatileCell<u32>
_reserved3: [u32; 127]
temp: VolatileCell<u32>