Enum stm32wlxx_hal::pac::syscfg::rfdcr::RFTBSEL_A
pub enum RFTBSEL_A {
Digital = 0,
Analog = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
radio debug test bus selection
Value on reset: 0
Variants§
Digital = 0
0: Digital test bus selected on RF_ADTB[3:0]
Analog = 1
1: Analog test bus selected on RF_ADTB[3:0]
Trait Implementations§
impl Copy for RFTBSEL_A
impl StructuralPartialEq for RFTBSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for RFTBSEL_A
impl Send for RFTBSEL_A
impl Sync for RFTBSEL_A
impl Unpin for RFTBSEL_A
impl UnwindSafe for RFTBSEL_A
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