[][src]Type Definition ambiq_apollo1_pac::ctimer::intset::R

type R = R<u32, INTSET>;

Reader of register INTSET

Methods

impl R[src]

pub fn ctmrb3int(&self) -> CTMRB3INT_R[src]

Bit 7 - Counter/Timer B3 interrupt.

pub fn ctmra3int(&self) -> CTMRA3INT_R[src]

Bit 6 - Counter/Timer A3 interrupt.

pub fn ctmrb2int(&self) -> CTMRB2INT_R[src]

Bit 5 - Counter/Timer B2 interrupt.

pub fn ctmra2int(&self) -> CTMRA2INT_R[src]

Bit 4 - Counter/Timer A2 interrupt.

pub fn ctmrb1int(&self) -> CTMRB1INT_R[src]

Bit 3 - Counter/Timer B1 interrupt.

pub fn ctmra1int(&self) -> CTMRA1INT_R[src]

Bit 2 - Counter/Timer A1 interrupt.

pub fn ctmrb0int(&self) -> CTMRB0INT_R[src]

Bit 1 - Counter/Timer B0 interrupt.

pub fn ctmra0int(&self) -> CTMRA0INT_R[src]

Bit 0 - Counter/Timer A0 interrupt.