[][src]Struct ambiq_apollo3_pac::gpio::ctencfg::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 en31(&mut self) -> _EN31W[src]

Bit 31 - CT31 Enable

pub fn en30(&mut self) -> _EN30W[src]

Bit 30 - CT30 Enable

pub fn en29(&mut self) -> _EN29W[src]

Bit 29 - CT29 Enable

pub fn en28(&mut self) -> _EN28W[src]

Bit 28 - CT28 Enable

pub fn en27(&mut self) -> _EN27W[src]

Bit 27 - CT27 Enable

pub fn en26(&mut self) -> _EN26W[src]

Bit 26 - CT26 Enable

pub fn en25(&mut self) -> _EN25W[src]

Bit 25 - CT25 Enable

pub fn en24(&mut self) -> _EN24W[src]

Bit 24 - CT24 Enable

pub fn en23(&mut self) -> _EN23W[src]

Bit 23 - CT23 Enable

pub fn en22(&mut self) -> _EN22W[src]

Bit 22 - CT22 Enable

pub fn en21(&mut self) -> _EN21W[src]

Bit 21 - CT21 Enable

pub fn en20(&mut self) -> _EN20W[src]

Bit 20 - CT20 Enable

pub fn en19(&mut self) -> _EN19W[src]

Bit 19 - CT19 Enable

pub fn en18(&mut self) -> _EN18W[src]

Bit 18 - CT18 Enable

pub fn en17(&mut self) -> _EN17W[src]

Bit 17 - CT17 Enable

pub fn en16(&mut self) -> _EN16W[src]

Bit 16 - CT16 Enable

pub fn en15(&mut self) -> _EN15W[src]

Bit 15 - CT15 Enable

pub fn en14(&mut self) -> _EN14W[src]

Bit 14 - CT14 Enable

pub fn en13(&mut self) -> _EN13W[src]

Bit 13 - CT13 Enable

pub fn en12(&mut self) -> _EN12W[src]

Bit 12 - CT12 Enable

pub fn en11(&mut self) -> _EN11W[src]

Bit 11 - CT11 Enable

pub fn en10(&mut self) -> _EN10W[src]

Bit 10 - CT10 Enable

pub fn en9(&mut self) -> _EN9W[src]

Bit 9 - CT9 Enable

pub fn en8(&mut self) -> _EN8W[src]

Bit 8 - CT8 Enable

pub fn en7(&mut self) -> _EN7W[src]

Bit 7 - CT7 Enable

pub fn en6(&mut self) -> _EN6W[src]

Bit 6 - CT6 Enable

pub fn en5(&mut self) -> _EN5W[src]

Bit 5 - CT5 Enable

pub fn en4(&mut self) -> _EN4W[src]

Bit 4 - CT4 Enable

pub fn en3(&mut self) -> _EN3W[src]

Bit 3 - CT3 Enable

pub fn en2(&mut self) -> _EN2W[src]

Bit 2 - CT2 Enable

pub fn en1(&mut self) -> _EN1W[src]

Bit 1 - CT1 Enable

pub fn en0(&mut self) -> _EN0W[src]

Bit 0 - CT0 Enable

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