pub enum BR15W {
RESET,
}
Expand description
Values that can be written to the field BR15
Variants§
RESET
Resets the corresponding ODRx bit
Auto Trait Implementations§
impl Freeze for BR15W
impl RefUnwindSafe for BR15W
impl Send for BR15W
impl Sync for BR15W
impl Unpin for BR15W
impl UnwindSafe for BR15W
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