[][src]Type Definition ambiq_apollo2_pac::ctimer::stmintclr::W

type W = W<u32, STMINTCLR>;

Writer for register STMINTCLR

Methods

impl W[src]

pub fn captured(&mut self) -> CAPTURED_W[src]

Bit 12 - CAPTURE register D has grabbed the value in the counter

pub fn capturec(&mut self) -> CAPTUREC_W[src]

Bit 11 - CAPTURE register C has grabbed the value in the counter

pub fn captureb(&mut self) -> CAPTUREB_W[src]

Bit 10 - CAPTURE register B has grabbed the value in the counter

pub fn capturea(&mut self) -> CAPTUREA_W[src]

Bit 9 - CAPTURE register A has grabbed the value in the counter

pub fn overflow(&mut self) -> OVERFLOW_W[src]

Bit 8 - COUNTER over flowed from 0xFFFFFFFF back to 0x00000000.

pub fn compareh(&mut self) -> COMPAREH_W[src]

Bit 7 - COUNTER is greater than or equal to COMPARE register H.

pub fn compareg(&mut self) -> COMPAREG_W[src]

Bit 6 - COUNTER is greater than or equal to COMPARE register G.

pub fn comparef(&mut self) -> COMPAREF_W[src]

Bit 5 - COUNTER is greater than or equal to COMPARE register F.

pub fn comparee(&mut self) -> COMPAREE_W[src]

Bit 4 - COUNTER is greater than or equal to COMPARE register E.

pub fn compared(&mut self) -> COMPARED_W[src]

Bit 3 - COUNTER is greater than or equal to COMPARE register D.

pub fn comparec(&mut self) -> COMPAREC_W[src]

Bit 2 - COUNTER is greater than or equal to COMPARE register C.

pub fn compareb(&mut self) -> COMPAREB_W[src]

Bit 1 - COUNTER is greater than or equal to COMPARE register B.

pub fn comparea(&mut self) -> COMPAREA_W[src]

Bit 0 - COUNTER is greater than or equal to COMPARE register A.