pub struct BOD(/* private fields */);Expand description
Brown-out detection
Can be used to control brown-out detection using various methods on
syscon::Handle.
Trait Implementations§
Source§impl<'a> AnalogBlock for BOD
impl<'a> AnalogBlock for BOD
Auto Trait Implementations§
impl Freeze for BOD
impl RefUnwindSafe for BOD
impl Send for BOD
impl Sync for BOD
impl Unpin for BOD
impl UnwindSafe for BOD
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