pub struct BORR_LEV_R(/* private fields */);
Expand description
Field BORR_LEV
reader - These bits contain the VDD supply level threshold that releases the reset.
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BORR_LEV_R
impl RefUnwindSafe for BORR_LEV_R
impl Send for BORR_LEV_R
impl Sync for BORR_LEV_R
impl Unpin for BORR_LEV_R
impl UnwindSafe for BORR_LEV_R
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