Struct Antsw2DigUsr
#[repr(transparent)]pub struct Antsw2DigUsr(pub u32);Expand description
ANTSW2_DIG_USR register.
Tuple Fields§
§0: u32Implementations§
§impl Antsw2DigUsr
impl Antsw2DigUsr
pub const fn tx_time_to_switch(&self) -> u8
pub const fn tx_time_to_switch(&self) -> u8
specifies the exact timing of the antenna switching during transmission at LE_1M baud rate (in AoD).
pub fn set_tx_time_to_switch(&mut self, val: u8)
pub fn set_tx_time_to_switch(&mut self, val: u8)
specifies the exact timing of the antenna switching during transmission at LE_1M baud rate (in AoD).
Trait Implementations§
§impl Clone for Antsw2DigUsr
impl Clone for Antsw2DigUsr
§fn clone(&self) -> Antsw2DigUsr
fn clone(&self) -> Antsw2DigUsr
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 Antsw2DigUsr
impl Debug for Antsw2DigUsr
§impl Default for Antsw2DigUsr
impl Default for Antsw2DigUsr
§fn default() -> Antsw2DigUsr
fn default() -> Antsw2DigUsr
Returns the “default value” for a type. Read more
§impl PartialEq for Antsw2DigUsr
impl PartialEq for Antsw2DigUsr
impl Copy for Antsw2DigUsr
impl Eq for Antsw2DigUsr
impl StructuralPartialEq for Antsw2DigUsr
Auto Trait Implementations§
impl Freeze for Antsw2DigUsr
impl RefUnwindSafe for Antsw2DigUsr
impl Send for Antsw2DigUsr
impl Sync for Antsw2DigUsr
impl Unpin for Antsw2DigUsr
impl UnwindSafe for Antsw2DigUsr
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