pub struct BT_MAC_INT_MAP_SPEC;Expand description
bb_mac interrupt configuration register
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see bt_mac_int_map module
Trait Implementations
sourceimpl Readable for BT_MAC_INT_MAP_SPEC
impl Readable for BT_MAC_INT_MAP_SPEC
read() method returns bt_mac_int_map::R reader structure
sourceimpl RegisterSpec for BT_MAC_INT_MAP_SPEC
impl RegisterSpec for BT_MAC_INT_MAP_SPEC
sourceimpl Resettable for BT_MAC_INT_MAP_SPEC
impl Resettable for BT_MAC_INT_MAP_SPEC
reset() method sets BT_MAC_INT_MAP to value 0x10
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for BT_MAC_INT_MAP_SPEC
impl Writable for BT_MAC_INT_MAP_SPEC
write(|w| ..) method takes bt_mac_int_map::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for BT_MAC_INT_MAP_SPEC
impl Send for BT_MAC_INT_MAP_SPEC
impl Sync for BT_MAC_INT_MAP_SPEC
impl Unpin for BT_MAC_INT_MAP_SPEC
impl UnwindSafe for BT_MAC_INT_MAP_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more