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

type R = R<u32, INTSET>;

Reader of register INTSET

Methods

impl R[src]

pub fn wcinc(&self) -> WCINC_R[src]

Bit 5 - Window comparator voltage incursion interrupt.

pub fn wcexc(&self) -> WCEXC_R[src]

Bit 4 - Window comparator voltage excursion interrupt.

pub fn fifoovr2(&self) -> FIFOOVR2_R[src]

Bit 3 - FIFO 100 percent full interrupt.

pub fn fifoovr1(&self) -> FIFOOVR1_R[src]

Bit 2 - FIFO 75 percent full interrupt.

pub fn scncmp(&self) -> SCNCMP_R[src]

Bit 1 - ADC scan complete interrupt.

pub fn cnvcmp(&self) -> CNVCMP_R[src]

Bit 0 - ADC conversion complete interrupt.