Struct BlerxtxIer
#[repr(transparent)]pub struct BlerxtxIer(pub u32);Expand description
BLERXTX_IER register.
Tuple Fields§
§0: u32Implementations§
§impl BlerxtxIer
impl BlerxtxIer
pub const fn tx_ie(&self) -> bool
pub const fn tx_ie(&self) -> bool
TX_IE: interrupt enable on TX_SEQUENCE signal: 0: TX_SEQUENCE interrupt is disabled (default). 1: TX_SEQUENCE interrupt is enabled.
pub fn set_tx_ie(&mut self, val: bool)
pub fn set_tx_ie(&mut self, val: bool)
TX_IE: interrupt enable on TX_SEQUENCE signal: 0: TX_SEQUENCE interrupt is disabled (default). 1: TX_SEQUENCE interrupt is enabled.
Trait Implementations§
§impl Clone for BlerxtxIer
impl Clone for BlerxtxIer
§fn clone(&self) -> BlerxtxIer
fn clone(&self) -> BlerxtxIer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for BlerxtxIer
impl Debug for BlerxtxIer
§impl Default for BlerxtxIer
impl Default for BlerxtxIer
§fn default() -> BlerxtxIer
fn default() -> BlerxtxIer
Returns the “default value” for a type. Read more
§impl PartialEq for BlerxtxIer
impl PartialEq for BlerxtxIer
impl Copy for BlerxtxIer
impl Eq for BlerxtxIer
impl StructuralPartialEq for BlerxtxIer
Auto Trait Implementations§
impl Freeze for BlerxtxIer
impl RefUnwindSafe for BlerxtxIer
impl Send for BlerxtxIer
impl Sync for BlerxtxIer
impl Unpin for BlerxtxIer
impl UnwindSafe for BlerxtxIer
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