Enum stm32_metapac::eth::vals::Bl
#[repr(u8)]pub enum Bl {
BL10 = 0,
BL8 = 1,
BL4 = 2,
BL1 = 3,
}
Variants§
BL10 = 0
For retransmission n, wait up to 2^min(n, 10) time slots
BL8 = 1
For retransmission n, wait up to 2^min(n, 8) time slots
BL4 = 2
For retransmission n, wait up to 2^min(n, 4) time slots
BL1 = 3
For retransmission n, wait up to 2^min(n, 1) time slots
Implementations§
Trait Implementations§
§impl Ord for Bl
impl Ord for Bl
§impl PartialOrd for Bl
impl PartialOrd for Bl
impl Copy for Bl
impl Eq for Bl
impl StructuralPartialEq for Bl
Auto Trait Implementations§
impl Freeze for Bl
impl RefUnwindSafe for Bl
impl Send for Bl
impl Sync for Bl
impl Unpin for Bl
impl UnwindSafe for Bl
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
)