Struct BlerxtxIber
#[repr(transparent)]pub struct BlerxtxIber(pub u32);Expand description
BLERXTX_IBER register.
Tuple Fields§
§0: u32Implementations§
§impl BlerxtxIber
impl BlerxtxIber
pub const fn tx_ibe(&self) -> bool
pub const fn tx_ibe(&self) -> bool
TX_IBE: interrupt edge register on TX_SEQUENCE signal: 0: detection on single edge (default). 1: detection on both edges.
pub fn set_tx_ibe(&mut self, val: bool)
pub fn set_tx_ibe(&mut self, val: bool)
TX_IBE: interrupt edge register on TX_SEQUENCE signal: 0: detection on single edge (default). 1: detection on both edges.
pub const fn rx_ibe(&self) -> bool
pub const fn rx_ibe(&self) -> bool
RX_IBE: interrupt edge register on RX_SEQUENCE signal: 0: detection on single edge (default). 1: detection on both edges.
pub fn set_rx_ibe(&mut self, val: bool)
pub fn set_rx_ibe(&mut self, val: bool)
RX_IBE: interrupt edge register on RX_SEQUENCE signal: 0: detection on single edge (default). 1: detection on both edges.
Trait Implementations§
§impl Clone for BlerxtxIber
impl Clone for BlerxtxIber
§fn clone(&self) -> BlerxtxIber
fn clone(&self) -> BlerxtxIber
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 BlerxtxIber
impl Debug for BlerxtxIber
§impl Default for BlerxtxIber
impl Default for BlerxtxIber
§fn default() -> BlerxtxIber
fn default() -> BlerxtxIber
Returns the “default value” for a type. Read more
§impl PartialEq for BlerxtxIber
impl PartialEq for BlerxtxIber
impl Copy for BlerxtxIber
impl Eq for BlerxtxIber
impl StructuralPartialEq for BlerxtxIber
Auto Trait Implementations§
impl Freeze for BlerxtxIber
impl RefUnwindSafe for BlerxtxIber
impl Send for BlerxtxIber
impl Sync for BlerxtxIber
impl Unpin for BlerxtxIber
impl UnwindSafe for BlerxtxIber
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