[][src]Struct efm32gg11b820::smu::ppupatd0::W

pub struct W { /* fields omitted */ }

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 Self[src]

Writes raw bits to the register

pub fn acmp0(&mut self) -> _ACMP0W[src]

Bit 0 - Analog Comparator 0 access control bit

pub fn acmp1(&mut self) -> _ACMP1W[src]

Bit 1 - Analog Comparator 1 access control bit

pub fn acmp2(&mut self) -> _ACMP2W[src]

Bit 2 - Analog Comparator 1 access control bit

pub fn acmp3(&mut self) -> _ACMP3W[src]

Bit 3 - Analog Comparator 3 access control bit

pub fn adc0(&mut self) -> _ADC0W[src]

Bit 4 - Analog to Digital Converter 0 access control bit

pub fn adc1(&mut self) -> _ADC1W[src]

Bit 5 - Analog to Digital Converter 0 access control bit

pub fn can0(&mut self) -> _CAN0W[src]

Bit 6 - CAN 0 access control bit

pub fn can1(&mut self) -> _CAN1W[src]

Bit 7 - CAN 1 access control bit

pub fn cmu(&mut self) -> _CMUW[src]

Bit 8 - Clock Management Unit access control bit

pub fn cryotimer(&mut self) -> _CRYOTIMERW[src]

Bit 9 - CryoTimer access control bit

pub fn crypto0(&mut self) -> _CRYPTO0W[src]

Bit 10 - Advanced Encryption Standard Accelerator access control bit

pub fn csen(&mut self) -> _CSENW[src]

Bit 11 - Capacitive touch sense module access control bit

pub fn vdac0(&mut self) -> _VDAC0W[src]

Bit 12 - Digital to Analog Converter 0 access control bit

pub fn prs(&mut self) -> _PRSW[src]

Bit 13 - Peripheral Reflex System access control bit

pub fn ebi(&mut self) -> _EBIW[src]

Bit 14 - External Bus Interface access control bit

pub fn emu(&mut self) -> _EMUW[src]

Bit 15 - Energy Management Unit access control bit

pub fn eth(&mut self) -> _ETHW[src]

Bit 16 - Ethernet Controller access control bit

pub fn fpueh(&mut self) -> _FPUEHW[src]

Bit 17 - FPU Exception Handler access control bit

pub fn gpcrc(&mut self) -> _GPCRCW[src]

Bit 18 - General Purpose CRC access control bit

pub fn gpio(&mut self) -> _GPIOW[src]

Bit 19 - General purpose Input/Output access control bit

pub fn i2c0(&mut self) -> _I2C0W[src]

Bit 20 - I2C 0 access control bit

pub fn i2c1(&mut self) -> _I2C1W[src]

Bit 21 - I2C 1 access control bit

pub fn i2c2(&mut self) -> _I2C2W[src]

Bit 22 - I2C 2 access control bit

pub fn idac0(&mut self) -> _IDAC0W[src]

Bit 23 - Current Digital to Analog Converter 0 access control bit

pub fn msc(&mut self) -> _MSCW[src]

Bit 24 - Memory System Controller access control bit

pub fn lcd(&mut self) -> _LCDW[src]

Bit 25 - Liquid Crystal Display Controller access control bit

pub fn ldma(&mut self) -> _LDMAW[src]

Bit 26 - Linked Direct Memory Access Controller access control bit

pub fn lesense(&mut self) -> _LESENSEW[src]

Bit 27 - Low Energy Sensor Interface access control bit

pub fn letimer0(&mut self) -> _LETIMER0W[src]

Bit 28 - Low Energy Timer 0 access control bit

pub fn letimer1(&mut self) -> _LETIMER1W[src]

Bit 29 - Low Energy Timer 1 access control bit

pub fn leuart0(&mut self) -> _LEUART0W[src]

Bit 30 - Low Energy UART 0 access control bit

pub fn leuart1(&mut self) -> _LEUART1W[src]

Bit 31 - Low Energy UART 1 access control bit

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self