[][src]Struct ambiq_apollo3_pac::ctimer::inten::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 ctmrb7c1int(&mut self) -> _CTMRB7C1INTW[src]

Bit 31 - Counter/Timer B7 interrupt based on COMPR1.

pub fn ctmra7c1int(&mut self) -> _CTMRA7C1INTW[src]

Bit 30 - Counter/Timer A7 interrupt based on COMPR1.

pub fn ctmrb6c1int(&mut self) -> _CTMRB6C1INTW[src]

Bit 29 - Counter/Timer B6 interrupt based on COMPR1.

pub fn ctmra6c1int(&mut self) -> _CTMRA6C1INTW[src]

Bit 28 - Counter/Timer A6 interrupt based on COMPR1.

pub fn ctmrb5c1int(&mut self) -> _CTMRB5C1INTW[src]

Bit 27 - Counter/Timer B5 interrupt based on COMPR1.

pub fn ctmra5c1int(&mut self) -> _CTMRA5C1INTW[src]

Bit 26 - Counter/Timer A5 interrupt based on COMPR1.

pub fn ctmrb4c1int(&mut self) -> _CTMRB4C1INTW[src]

Bit 25 - Counter/Timer B4 interrupt based on COMPR1.

pub fn ctmra4c1int(&mut self) -> _CTMRA4C1INTW[src]

Bit 24 - Counter/Timer A4 interrupt based on COMPR1.

pub fn ctmrb3c1int(&mut self) -> _CTMRB3C1INTW[src]

Bit 23 - Counter/Timer B3 interrupt based on COMPR1.

pub fn ctmra3c1int(&mut self) -> _CTMRA3C1INTW[src]

Bit 22 - Counter/Timer A3 interrupt based on COMPR1.

pub fn ctmrb2c1int(&mut self) -> _CTMRB2C1INTW[src]

Bit 21 - Counter/Timer B2 interrupt based on COMPR1.

pub fn ctmra2c1int(&mut self) -> _CTMRA2C1INTW[src]

Bit 20 - Counter/Timer A2 interrupt based on COMPR1.

pub fn ctmrb1c1int(&mut self) -> _CTMRB1C1INTW[src]

Bit 19 - Counter/Timer B1 interrupt based on COMPR1.

pub fn ctmra1c1int(&mut self) -> _CTMRA1C1INTW[src]

Bit 18 - Counter/Timer A1 interrupt based on COMPR1.

pub fn ctmrb0c1int(&mut self) -> _CTMRB0C1INTW[src]

Bit 17 - Counter/Timer B0 interrupt based on COMPR1.

pub fn ctmra0c1int(&mut self) -> _CTMRA0C1INTW[src]

Bit 16 - Counter/Timer A0 interrupt based on COMPR1.

pub fn ctmrb7c0int(&mut self) -> _CTMRB7C0INTW[src]

Bit 15 - Counter/Timer B7 interrupt based on COMPR0.

pub fn ctmra7c0int(&mut self) -> _CTMRA7C0INTW[src]

Bit 14 - Counter/Timer A7 interrupt based on COMPR0.

pub fn ctmrb6c0int(&mut self) -> _CTMRB6C0INTW[src]

Bit 13 - Counter/Timer B6 interrupt based on COMPR0.

pub fn ctmra6c0int(&mut self) -> _CTMRA6C0INTW[src]

Bit 12 - Counter/Timer A6 interrupt based on COMPR0.

pub fn ctmrb5c0int(&mut self) -> _CTMRB5C0INTW[src]

Bit 11 - Counter/Timer B5 interrupt based on COMPR0.

pub fn ctmra5c0int(&mut self) -> _CTMRA5C0INTW[src]

Bit 10 - Counter/Timer A5 interrupt based on COMPR0.

pub fn ctmrb4c0int(&mut self) -> _CTMRB4C0INTW[src]

Bit 9 - Counter/Timer B4 interrupt based on COMPR0.

pub fn ctmra4c0int(&mut self) -> _CTMRA4C0INTW[src]

Bit 8 - Counter/Timer A4 interrupt based on COMPR0.

pub fn ctmrb3c0int(&mut self) -> _CTMRB3C0INTW[src]

Bit 7 - Counter/Timer B3 interrupt based on COMPR0.

pub fn ctmra3c0int(&mut self) -> _CTMRA3C0INTW[src]

Bit 6 - Counter/Timer A3 interrupt based on COMPR0.

pub fn ctmrb2c0int(&mut self) -> _CTMRB2C0INTW[src]

Bit 5 - Counter/Timer B2 interrupt based on COMPR0.

pub fn ctmra2c0int(&mut self) -> _CTMRA2C0INTW[src]

Bit 4 - Counter/Timer A2 interrupt based on COMPR0.

pub fn ctmrb1c0int(&mut self) -> _CTMRB1C0INTW[src]

Bit 3 - Counter/Timer B1 interrupt based on COMPR0.

pub fn ctmra1c0int(&mut self) -> _CTMRA1C0INTW[src]

Bit 2 - Counter/Timer A1 interrupt based on COMPR0.

pub fn ctmrb0c0int(&mut self) -> _CTMRB0C0INTW[src]

Bit 1 - Counter/Timer B0 interrupt based on COMPR0.

pub fn ctmra0c0int(&mut self) -> _CTMRA0C0INTW[src]

Bit 0 - Counter/Timer A0 interrupt based on COMPR0.

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