pub struct RegisterBlock {
pub updatelckout: UPDATELCKOUT,
pub mclkpindir: MCLKPINDIR,
pub dspnmisrcsel: DSPNMISRCSEL,
pub fcctrlsel: [FCCTRLSEL; 14],
pub sharedctrlset: [SHAREDCTRLSET; 2],
pub rxevpulsegen: RXEVPULSEGEN,
/* private fields */
}Expand description
Register block
Fields§
§updatelckout: UPDATELCKOUT0x00 - Update Clock Lockout
mclkpindir: MCLKPINDIR0x10 - MCLK direction control
dspnmisrcsel: DSPNMISRCSEL0x30 - DSP NMI source selection
fcctrlsel: [FCCTRLSEL; 14]0x40..0x78 - Flexcomm control selection
0x80..0x88 - Shared control set
rxevpulsegen: RXEVPULSEGEN0x200 - RX Event Pulse Generator
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl !Sync for RegisterBlock
impl Send for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin 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