Enum stm32wlxx_hal::pac::dac::sr::BWST1_A
pub enum BWST1_A {
Idle = 0,
Busy = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
DAC Channel 1 busy writing sample time flag
Value on reset: 0
Variants§
Idle = 0
0: There is no write operation of DAC_SHSR1 ongoing: DAC_SHSR1 can be written
Busy = 1
1: There is a write operation of DAC_SHSR1 ongoing: DAC_SHSR1 cannot be written
Trait Implementations§
impl Copy for BWST1_A
impl StructuralPartialEq for BWST1_A
Auto Trait Implementations§
impl RefUnwindSafe for BWST1_A
impl Send for BWST1_A
impl Sync for BWST1_A
impl Unpin for BWST1_A
impl UnwindSafe for BWST1_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