Enum Hfrdy
pub enum Hfrdy {
_0 = 0,
_1 = 1,
}Expand description
Permission to set the HardFault handler to the pending state when the floating-point stack frame was allocated.
Value on reset: 0
Variants§
_0 = 0
0: Priority did not permit setting the HardFault handler to the pending state when the floating-point stack frame was allocated.
_1 = 1
1: Priority permitted setting the HardFault handler to the pending state when the floating-point stack frame was allocated.
Trait Implementations§
impl Copy for Hfrdy
impl Eq for Hfrdy
impl StructuralPartialEq for Hfrdy
Auto Trait Implementations§
impl Freeze for Hfrdy
impl RefUnwindSafe for Hfrdy
impl Send for Hfrdy
impl Sync for Hfrdy
impl Unpin for Hfrdy
impl UnwindSafe for Hfrdy
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