pub struct RegisterBlock {
pub downcounter: DOWNCOUNTER,
pub preset: PRESET,
pub clr_en: CLR_EN,
pub set_en: SET_EN,
pub status: STATUS,
pub enable: ENABLE,
pub clr_stat: CLR_STAT,
pub set_stat: SET_STAT,
/* private fields */
}Expand description
Register block
Fields§
§downcounter: DOWNCOUNTER0x00 - Downcounter register
preset: PRESET0x04 - Preset value register
clr_en: CLR_EN0xfd8 - Interrupt clear enable register
set_en: SET_EN0xfdc - Interrupt set enable register
status: STATUS0xfe0 - Status register
enable: ENABLE0xfe4 - Enable register
clr_stat: CLR_STAT0xfe8 - Clear register
set_stat: SET_STAT0xfec - Set register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more