Struct Msirange
#[repr(transparent)]pub struct Msirange(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Msirange
impl Msirange
pub const RANGE_48MHZ: Self
pub const RANGE_48MHZ: Self
range 0 around 48 MHz
pub const RANGE_24MHZ: Self
pub const RANGE_24MHZ: Self
range 1 around 24 MHz
pub const RANGE_16MHZ: Self
pub const RANGE_16MHZ: Self
range 2 around 16 MHz
pub const RANGE_12MHZ: Self
pub const RANGE_12MHZ: Self
range 3 around 12 MHz
pub const RANGE_4MHZ: Self
pub const RANGE_4MHZ: Self
range 4 around 4 MHz (reset value)
pub const RANGE_2MHZ: Self
pub const RANGE_2MHZ: Self
range 5 around 2 MHz
pub const RANGE_1_33MHZ: Self
pub const RANGE_1_33MHZ: Self
range 6 around 1.33 MHz
pub const RANGE_1MHZ: Self
pub const RANGE_1MHZ: Self
range 7 around 1 MHz
pub const RANGE_3_072MHZ: Self
pub const RANGE_3_072MHZ: Self
range 8 around 3.072 MHz
pub const RANGE_1_536MHZ: Self
pub const RANGE_1_536MHZ: Self
range 9 around 1.536 MHz
pub const RANGE_1_024MHZ: Self
pub const RANGE_1_024MHZ: Self
range 10 around 1.024 MHz
pub const RANGE_768KHZ: Self
pub const RANGE_768KHZ: Self
range 11 around 768 kHz
pub const RANGE_400KHZ: Self
pub const RANGE_400KHZ: Self
range 12 around 400 kHz
pub const RANGE_200KHZ: Self
pub const RANGE_200KHZ: Self
range 13 around 200 kHz
pub const RANGE_133KHZ: Self
pub const RANGE_133KHZ: Self
range 14 around 133 kHz
pub const RANGE_100KHZ: Self
pub const RANGE_100KHZ: Self
range 15 around 100 kHz
Trait Implementations§
§impl Ord for Msirange
impl Ord for Msirange
§impl PartialOrd for Msirange
impl PartialOrd for Msirange
impl Copy for Msirange
impl Eq for Msirange
impl StructuralPartialEq for Msirange
Auto Trait Implementations§
impl Freeze for Msirange
impl RefUnwindSafe for Msirange
impl Send for Msirange
impl Sync for Msirange
impl Unpin for Msirange
impl UnwindSafe for Msirange
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