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