Struct BlerxtxDtr
#[repr(transparent)]pub struct BlerxtxDtr(pub u32);Expand description
BLERXTX_DTR register.
Tuple Fields§
§0: u32Implementations§
§impl BlerxtxDtr
impl BlerxtxDtr
pub const fn tx_dt(&self) -> bool
pub const fn tx_dt(&self) -> bool
TX_DT: detection type on TX_SEQUENCE signal: 0: detection on edge (default). 1: detection on level.
pub fn set_tx_dt(&mut self, val: bool)
pub fn set_tx_dt(&mut self, val: bool)
TX_DT: detection type on TX_SEQUENCE signal: 0: detection on edge (default). 1: detection on level.
Trait Implementations§
§impl Clone for BlerxtxDtr
impl Clone for BlerxtxDtr
§fn clone(&self) -> BlerxtxDtr
fn clone(&self) -> BlerxtxDtr
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 BlerxtxDtr
impl Debug for BlerxtxDtr
§impl Default for BlerxtxDtr
impl Default for BlerxtxDtr
§fn default() -> BlerxtxDtr
fn default() -> BlerxtxDtr
Returns the “default value” for a type. Read more
§impl PartialEq for BlerxtxDtr
impl PartialEq for BlerxtxDtr
impl Copy for BlerxtxDtr
impl Eq for BlerxtxDtr
impl StructuralPartialEq for BlerxtxDtr
Auto Trait Implementations§
impl Freeze for BlerxtxDtr
impl RefUnwindSafe for BlerxtxDtr
impl Send for BlerxtxDtr
impl Sync for BlerxtxDtr
impl Unpin for BlerxtxDtr
impl UnwindSafe for BlerxtxDtr
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