[−][src]Struct sodaq_one::pm::apbcmask::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn pac2_(&self) -> PAC2_R
[src]
Bit 0 - PAC2 APB Clock Enable
pub fn evsys_(&self) -> EVSYS_R
[src]
Bit 1 - EVSYS APB Clock Enable
pub fn sercom0_(&self) -> SERCOM0_R
[src]
Bit 2 - SERCOM0 APB Clock Enable
pub fn sercom1_(&self) -> SERCOM1_R
[src]
Bit 3 - SERCOM1 APB Clock Enable
pub fn sercom2_(&self) -> SERCOM2_R
[src]
Bit 4 - SERCOM2 APB Clock Enable
pub fn sercom3_(&self) -> SERCOM3_R
[src]
Bit 5 - SERCOM3 APB Clock Enable
pub fn sercom4_(&self) -> SERCOM4_R
[src]
Bit 6 - SERCOM4 APB Clock Enable
pub fn sercom5_(&self) -> SERCOM5_R
[src]
Bit 7 - SERCOM5 APB Clock Enable
pub fn tcc0_(&self) -> TCC0_R
[src]
Bit 8 - TCC0 APB Clock Enable
pub fn tcc1_(&self) -> TCC1_R
[src]
Bit 9 - TCC1 APB Clock Enable
pub fn tcc2_(&self) -> TCC2_R
[src]
Bit 10 - TCC2 APB Clock Enable
pub fn tc3_(&self) -> TC3_R
[src]
Bit 11 - TC3 APB Clock Enable
pub fn tc4_(&self) -> TC4_R
[src]
Bit 12 - TC4 APB Clock Enable
pub fn tc5_(&self) -> TC5_R
[src]
Bit 13 - TC5 APB Clock Enable
pub fn adc_(&self) -> ADC_R
[src]
Bit 16 - ADC APB Clock Enable
pub fn ac_(&self) -> AC_R
[src]
Bit 17 - AC APB Clock Enable
pub fn dac_(&self) -> DAC_R
[src]
Bit 18 - DAC APB Clock Enable
pub fn ptc_(&self) -> PTC_R
[src]
Bit 19 - PTC APB Clock Enable
pub fn i2s_(&self) -> I2S_R
[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,