#[repr(u8)]pub enum Mstscllow {
CLOCKS_2 = 0,
CLOCKS_3 = 1,
CLOCKS_4 = 2,
CLOCKS_5 = 3,
CLOCKS_6 = 4,
CLOCKS_7 = 5,
CLOCKS_8 = 6,
CLOCKS_9 = 7,
}Variants§
CLOCKS_2 = 0
2 clocks. Minimum SCL low time is 2 clocks of the I2C clock pre-divider.
CLOCKS_3 = 1
3 clocks. Minimum SCL low time is 3 clocks of the I2C clock pre-divider.
CLOCKS_4 = 2
4 clocks. Minimum SCL low time is 4 clocks of the I2C clock pre-divider.
CLOCKS_5 = 3
5 clocks. Minimum SCL low time is 5 clocks of the I2C clock pre-divider.
CLOCKS_6 = 4
6 clocks. Minimum SCL low time is 6 clocks of the I2C clock pre-divider.
CLOCKS_7 = 5
7 clocks. Minimum SCL low time is 7 clocks of the I2C clock pre-divider.
CLOCKS_8 = 6
8 clocks. Minimum SCL low time is 8 clocks of the I2C clock pre-divider.
CLOCKS_9 = 7
9 clocks. Minimum SCL low time is 9 clocks of the I2C clock pre-divider.
Implementations§
Trait Implementations§
Source§impl Ord for Mstscllow
impl Ord for Mstscllow
Source§impl PartialOrd for Mstscllow
impl PartialOrd for Mstscllow
impl Copy for Mstscllow
impl Eq for Mstscllow
impl StructuralPartialEq for Mstscllow
Auto Trait Implementations§
impl Freeze for Mstscllow
impl RefUnwindSafe for Mstscllow
impl Send for Mstscllow
impl Sync for Mstscllow
impl Unpin for Mstscllow
impl UnwindSafe for Mstscllow
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