Struct Updgat
#[repr(transparent)]pub struct Updgat(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Updgat
impl Updgat
pub const INDEPENDENT: Self
pub const INDEPENDENT: Self
Update occurs independently from the DMA burst transfer
pub const DMABURST: Self
pub const DMABURST: Self
Update occurs when the DMA burst transfer is completed
pub const DMABURST_UPDATE: Self
pub const DMABURST_UPDATE: Self
Update occurs on the update event following DMA burst transfer completion
pub const INPUT1: Self
pub const INPUT1: Self
Update occurs on a rising edge of HRTIM update enable input 1
pub const INPUT2: Self
pub const INPUT2: Self
Update occurs on a rising edge of HRTIM update enable input 2
pub const INPUT3: Self
pub const INPUT3: Self
Update occurs on a rising edge of HRTIM update enable input 3
pub const INPUT1_UPDATE: Self
pub const INPUT1_UPDATE: Self
Update occurs on the update event following a rising edge of HRTIM update enable input 1
pub const INPUT2_UPDATE: Self
pub const INPUT2_UPDATE: Self
Update occurs on the update event following a rising edge of HRTIM update enable input 2
pub const INPUT3_UPDATE: Self
pub const INPUT3_UPDATE: Self
Update occurs on the update event following a rising edge of HRTIM update enable input 3
Trait Implementations§
§impl Ord for Updgat
impl Ord for Updgat
§impl PartialOrd for Updgat
impl PartialOrd for Updgat
impl Copy for Updgat
impl Eq for Updgat
impl StructuralPartialEq for Updgat
Auto Trait Implementations§
impl Freeze for Updgat
impl RefUnwindSafe for Updgat
impl Send for Updgat
impl Sync for Updgat
impl Unpin for Updgat
impl UnwindSafe for Updgat
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