Struct daisy::pac::hrtim_time::dter::W
pub struct W(/* private fields */);
Expand description
Register DTER
writer
Implementations§
§impl W
impl W
pub fn dtflkx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 31>
pub fn dtflkx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 31>
Bit 31 - Deadtime Falling Lock
pub fn dtfslkx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 30>
pub fn dtfslkx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 30>
Bit 30 - Deadtime Falling Sign Lock
pub fn sdtfx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 25>
pub fn sdtfx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 25>
Bit 25 - Sign Deadtime Falling value
pub fn dtfx(
&mut self
) -> FieldWriterRaw<'_, u32, DTER_SPEC, u16, u16, Unsafe, 9, 16>
pub fn dtfx( &mut self ) -> FieldWriterRaw<'_, u32, DTER_SPEC, u16, u16, Unsafe, 9, 16>
Bits 16:24 - Deadtime Falling value
pub fn dtrlkx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 15>
pub fn dtrlkx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 15>
Bit 15 - Deadtime Rising Lock
pub fn dtrslkx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 14>
pub fn dtrslkx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 14>
Bit 14 - Deadtime Rising Sign Lock
pub fn dtprsc(
&mut self
) -> FieldWriterRaw<'_, u32, DTER_SPEC, u8, u8, Unsafe, 3, 10>
pub fn dtprsc( &mut self ) -> FieldWriterRaw<'_, u32, DTER_SPEC, u8, u8, Unsafe, 3, 10>
Bits 10:12 - Deadtime Prescaler
pub fn sdtrx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 9>
pub fn sdtrx(&mut self) -> BitWriterRaw<'_, u32, DTER_SPEC, bool, BitM, 9>
Bit 9 - Sign Deadtime Rising value
Methods from Deref<Target = W<DTER_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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