#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Start resolving addresses based on IRKs specified in the IRK data structure"] pub tasks_start: TASKS_START, _reserved1: [u8; 0x04], #[doc = "0x08 - Stop resolving addresses"] pub tasks_stop: TASKS_STOP, _reserved2: [u8; 0xf4], #[doc = "0x100 - Address resolution procedure complete"] pub events_end: EVENTS_END, #[doc = "0x104 - Address resolved"] pub events_resolved: EVENTS_RESOLVED, #[doc = "0x108 - Address not resolved"] pub events_notresolved: EVENTS_NOTRESOLVED, _reserved5: [u8; 0x01f8], #[doc = "0x304 - Enable interrupt"] pub intenset: INTENSET, #[doc = "0x308 - Disable interrupt"] pub intenclr: INTENCLR, _reserved7: [u8; 0xf4], #[doc = "0x400 - Resolution status"] pub status: STATUS, _reserved8: [u8; 0xfc], #[doc = "0x500 - Enable AAR"] pub enable: ENABLE, #[doc = "0x504 - Number of IRKs"] pub nirk: NIRK, #[doc = "0x508 - Pointer to IRK data structure"] pub irkptr: IRKPTR, _reserved11: [u8; 0x04], #[doc = "0x510 - Pointer to the resolvable address"] pub addrptr: ADDRPTR, #[doc = "0x514 - Pointer to data area used for temporary storage"] pub scratchptr: SCRATCHPTR, } #[doc = "TASKS_START (w) register accessor: an alias for `Reg`"] pub type TASKS_START = crate::Reg; #[doc = "Start resolving addresses based on IRKs specified in the IRK data structure"] pub mod tasks_start; #[doc = "TASKS_STOP (w) register accessor: an alias for `Reg`"] pub type TASKS_STOP = crate::Reg; #[doc = "Stop resolving addresses"] pub mod tasks_stop; #[doc = "EVENTS_END (rw) register accessor: an alias for `Reg`"] pub type EVENTS_END = crate::Reg; #[doc = "Address resolution procedure complete"] pub mod events_end; #[doc = "EVENTS_RESOLVED (rw) register accessor: an alias for `Reg`"] pub type EVENTS_RESOLVED = crate::Reg; #[doc = "Address resolved"] pub mod events_resolved; #[doc = "EVENTS_NOTRESOLVED (rw) register accessor: an alias for `Reg`"] pub type EVENTS_NOTRESOLVED = crate::Reg; #[doc = "Address not resolved"] pub mod events_notresolved; #[doc = "INTENSET (rw) register accessor: an alias for `Reg`"] pub type INTENSET = crate::Reg; #[doc = "Enable interrupt"] pub mod intenset; #[doc = "INTENCLR (rw) register accessor: an alias for `Reg`"] pub type INTENCLR = crate::Reg; #[doc = "Disable interrupt"] pub mod intenclr; #[doc = "STATUS (r) register accessor: an alias for `Reg`"] pub type STATUS = crate::Reg; #[doc = "Resolution status"] pub mod status; #[doc = "ENABLE (rw) register accessor: an alias for `Reg`"] pub type ENABLE = crate::Reg; #[doc = "Enable AAR"] pub mod enable; #[doc = "NIRK (rw) register accessor: an alias for `Reg`"] pub type NIRK = crate::Reg; #[doc = "Number of IRKs"] pub mod nirk; #[doc = "IRKPTR (rw) register accessor: an alias for `Reg`"] pub type IRKPTR = crate::Reg; #[doc = "Pointer to IRK data structure"] pub mod irkptr; #[doc = "ADDRPTR (rw) register accessor: an alias for `Reg`"] pub type ADDRPTR = crate::Reg; #[doc = "Pointer to the resolvable address"] pub mod addrptr; #[doc = "SCRATCHPTR (rw) register accessor: an alias for `Reg`"] pub type SCRATCHPTR = crate::Reg; #[doc = "Pointer to data area used for temporary storage"] pub mod scratchptr;