#[repr(u8)]pub enum HcAien {
AIEN_0 = 0,
AIEN_1 = 1,
}Variants§
AIEN_0 = 0
Conversion complete interrupt disabled.
AIEN_1 = 1
Conversion complete interrupt enabled.
Implementations§
Trait Implementations§
Source§impl Ord for HcAien
impl Ord for HcAien
Source§impl PartialOrd for HcAien
impl PartialOrd for HcAien
impl Copy for HcAien
impl Eq for HcAien
impl StructuralPartialEq for HcAien
Auto Trait Implementations§
impl Freeze for HcAien
impl RefUnwindSafe for HcAien
impl Send for HcAien
impl Sync for HcAien
impl Unpin for HcAien
impl UnwindSafe for HcAien
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