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