pub enum RXFILTDIS {
Enabled = 0,
Disabled = 1,
}
Expand description
BMC decoder Rx pre-filter enable The sampling clock is that of the receiver (that is, after pre-scaler).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RXFILTDIS
impl Eq for RXFILTDIS
impl StructuralPartialEq for RXFILTDIS
Auto Trait Implementations§
impl Freeze for RXFILTDIS
impl RefUnwindSafe for RXFILTDIS
impl Send for RXFILTDIS
impl Sync for RXFILTDIS
impl Unpin for RXFILTDIS
impl UnwindSafe for RXFILTDIS
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