[−][src]Struct trinket_m0::tcc0::drvctrl::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut W
[src]
Writes raw bits to the register
pub fn nre0(&mut self) -> _NRE0W
[src]
Bit 0 - Non-Recoverable State 0 Output Enable
pub fn nre1(&mut self) -> _NRE1W
[src]
Bit 1 - Non-Recoverable State 1 Output Enable
pub fn nre2(&mut self) -> _NRE2W
[src]
Bit 2 - Non-Recoverable State 2 Output Enable
pub fn nre3(&mut self) -> _NRE3W
[src]
Bit 3 - Non-Recoverable State 3 Output Enable
pub fn nre4(&mut self) -> _NRE4W
[src]
Bit 4 - Non-Recoverable State 4 Output Enable
pub fn nre5(&mut self) -> _NRE5W
[src]
Bit 5 - Non-Recoverable State 5 Output Enable
pub fn nre6(&mut self) -> _NRE6W
[src]
Bit 6 - Non-Recoverable State 6 Output Enable
pub fn nre7(&mut self) -> _NRE7W
[src]
Bit 7 - Non-Recoverable State 7 Output Enable
pub fn nrv0(&mut self) -> _NRV0W
[src]
Bit 8 - Non-Recoverable State 0 Output Value
pub fn nrv1(&mut self) -> _NRV1W
[src]
Bit 9 - Non-Recoverable State 1 Output Value
pub fn nrv2(&mut self) -> _NRV2W
[src]
Bit 10 - Non-Recoverable State 2 Output Value
pub fn nrv3(&mut self) -> _NRV3W
[src]
Bit 11 - Non-Recoverable State 3 Output Value
pub fn nrv4(&mut self) -> _NRV4W
[src]
Bit 12 - Non-Recoverable State 4 Output Value
pub fn nrv5(&mut self) -> _NRV5W
[src]
Bit 13 - Non-Recoverable State 5 Output Value
pub fn nrv6(&mut self) -> _NRV6W
[src]
Bit 14 - Non-Recoverable State 6 Output Value
pub fn nrv7(&mut self) -> _NRV7W
[src]
Bit 15 - Non-Recoverable State 7 Output Value
pub fn inven0(&mut self) -> _INVEN0W
[src]
Bit 16 - Output Waveform 0 Inversion
pub fn inven1(&mut self) -> _INVEN1W
[src]
Bit 17 - Output Waveform 1 Inversion
pub fn inven2(&mut self) -> _INVEN2W
[src]
Bit 18 - Output Waveform 2 Inversion
pub fn inven3(&mut self) -> _INVEN3W
[src]
Bit 19 - Output Waveform 3 Inversion
pub fn inven4(&mut self) -> _INVEN4W
[src]
Bit 20 - Output Waveform 4 Inversion
pub fn inven5(&mut self) -> _INVEN5W
[src]
Bit 21 - Output Waveform 5 Inversion
pub fn inven6(&mut self) -> _INVEN6W
[src]
Bit 22 - Output Waveform 6 Inversion
pub fn inven7(&mut self) -> _INVEN7W
[src]
Bit 23 - Output Waveform 7 Inversion
pub fn filterval0(&mut self) -> _FILTERVAL0W
[src]
Bits 24:27 - Non-Recoverable Fault Input 0 Filter Value
pub fn filterval1(&mut self) -> _FILTERVAL1W
[src]
Bits 28:31 - Non-Recoverable Fault Input 1 Filter Value
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,