pub enum MDSetting {
MD0_0 = 0,
MD0_1 = 1,
MD1_0 = 2,
MD1_1 = 3,
}Expand description
Defines the different allowed MD Bit Settings
| MD | ADCOPT = 0 | ADCOPT = 1 |
|---|---|---|
| 00 | 422 Hz | 1 kHz |
| 01 | 27 kHz | 14 kHz |
| 10 | 7 kHz | 3kHz |
| 11 | 26 Hz | 2 kHz |
Variants§
Auto Trait Implementations§
impl Freeze for MDSetting
impl RefUnwindSafe for MDSetting
impl Send for MDSetting
impl Sync for MDSetting
impl Unpin for MDSetting
impl UnsafeUnpin for MDSetting
impl UnwindSafe for MDSetting
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