pub type CMPMODE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, EMR_SPEC, u8, CMPMODESELECT_A, 2, O>;
Expand description

Field CMPMODE writer - Comparison Mode

Implementations

Generates an event when the converted data is lower than the low threshold of the window.

Generates an event when the converted data is higher than the high threshold of the window.

Generates an event when the converted data is in the comparison window.

Generates an event when the converted data is out of the comparison window.