[−][src]Struct trinket_m0::atsamd21e18a::pm::apbcmask::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 pac2_(&mut self) -> _PAC2_W
[src]
Bit 0 - PAC2 APB Clock Enable
pub fn evsys_(&mut self) -> _EVSYS_W
[src]
Bit 1 - EVSYS APB Clock Enable
pub fn sercom0_(&mut self) -> _SERCOM0_W
[src]
Bit 2 - SERCOM0 APB Clock Enable
pub fn sercom1_(&mut self) -> _SERCOM1_W
[src]
Bit 3 - SERCOM1 APB Clock Enable
pub fn sercom2_(&mut self) -> _SERCOM2_W
[src]
Bit 4 - SERCOM2 APB Clock Enable
pub fn sercom3_(&mut self) -> _SERCOM3_W
[src]
Bit 5 - SERCOM3 APB Clock Enable
pub fn tcc0_(&mut self) -> _TCC0_W
[src]
Bit 8 - TCC0 APB Clock Enable
pub fn tcc1_(&mut self) -> _TCC1_W
[src]
Bit 9 - TCC1 APB Clock Enable
pub fn tcc2_(&mut self) -> _TCC2_W
[src]
Bit 10 - TCC2 APB Clock Enable
pub fn tc3_(&mut self) -> _TC3_W
[src]
Bit 11 - TC3 APB Clock Enable
pub fn tc4_(&mut self) -> _TC4_W
[src]
Bit 12 - TC4 APB Clock Enable
pub fn tc5_(&mut self) -> _TC5_W
[src]
Bit 13 - TC5 APB Clock Enable
pub fn adc_(&mut self) -> _ADC_W
[src]
Bit 16 - ADC APB Clock Enable
pub fn ac_(&mut self) -> _AC_W
[src]
Bit 17 - AC APB Clock Enable
pub fn dac_(&mut self) -> _DAC_W
[src]
Bit 18 - DAC APB Clock Enable
pub fn ptc_(&mut self) -> _PTC_W
[src]
Bit 19 - PTC APB Clock Enable
pub fn i2s_(&mut self) -> _I2S_W
[src]
Bit 20 - I2S APB Clock Enable
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,