#[repr(transparent)]pub struct Test(pub u32);
Expand description
Test features enable register.
Tuple Fields§
§0: u32
Implementations§
Source§impl Test
impl Test
Sourcepub const fn constcarrier(&self) -> bool
pub const fn constcarrier(&self) -> bool
Constant carrier. Decision point: TXEN task.
Sourcepub fn set_constcarrier(&mut self, val: bool)
pub fn set_constcarrier(&mut self, val: bool)
Constant carrier. Decision point: TXEN task.
Sourcepub fn set_plllock(&mut self, val: bool)
pub fn set_plllock(&mut self, val: bool)
PLL lock. Decision point: TXEN or RXEN task.
Trait Implementations§
impl Copy for Test
impl Eq for Test
impl StructuralPartialEq for Test
Auto Trait Implementations§
impl Freeze for Test
impl RefUnwindSafe for Test
impl Send for Test
impl Sync for Test
impl Unpin for Test
impl UnwindSafe for Test
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)