Struct BlerxtxIevr
#[repr(transparent)]pub struct BlerxtxIevr(pub u32);Expand description
BLERXTX_IEVR register.
Tuple Fields§
§0: u32Implementations§
§impl BlerxtxIevr
impl BlerxtxIevr
pub const fn tx_iev(&self) -> bool
pub const fn tx_iev(&self) -> bool
TX_IEV: interrupt polarity event on TX_SEQUENCE signal: 0: detection on falling edge / low level (default). 1: detection on rising edge / high level.
pub fn set_tx_iev(&mut self, val: bool)
pub fn set_tx_iev(&mut self, val: bool)
TX_IEV: interrupt polarity event on TX_SEQUENCE signal: 0: detection on falling edge / low level (default). 1: detection on rising edge / high level.
pub const fn rx_iev(&self) -> bool
pub const fn rx_iev(&self) -> bool
RX_IEV: interrupt polarity event on RX_SEQUENCE signal: 0: detection on falling edge / low level (default). 1: detection on rising edge / high level.
pub fn set_rx_iev(&mut self, val: bool)
pub fn set_rx_iev(&mut self, val: bool)
RX_IEV: interrupt polarity event on RX_SEQUENCE signal: 0: detection on falling edge / low level (default). 1: detection on rising edge / high level.
Trait Implementations§
§impl Clone for BlerxtxIevr
impl Clone for BlerxtxIevr
§fn clone(&self) -> BlerxtxIevr
fn clone(&self) -> BlerxtxIevr
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 BlerxtxIevr
impl Debug for BlerxtxIevr
§impl Default for BlerxtxIevr
impl Default for BlerxtxIevr
§fn default() -> BlerxtxIevr
fn default() -> BlerxtxIevr
Returns the “default value” for a type. Read more
§impl PartialEq for BlerxtxIevr
impl PartialEq for BlerxtxIevr
impl Copy for BlerxtxIevr
impl Eq for BlerxtxIevr
impl StructuralPartialEq for BlerxtxIevr
Auto Trait Implementations§
impl Freeze for BlerxtxIevr
impl RefUnwindSafe for BlerxtxIevr
impl Send for BlerxtxIevr
impl Sync for BlerxtxIevr
impl Unpin for BlerxtxIevr
impl UnwindSafe for BlerxtxIevr
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