pub type CFIS_R = BitReader<CFIS_A>;
Expand description
Field cfis[0-7]
reader - Status of the capture channel falling lock interrupt
When the capture channel captures falling edge, if the fall lock interrupt ( CFIE ) is enabled, this bit is set to 1 by hardware. Writing 1 to clear this bit.
Reads 0: The capture channel interrupt is not pending.
Reads 1: The capture channel interrupt is pending.
Writes 0: no effect.
Writes 1: Clear the status of the capture channel interrupt.
Aliased Type§
struct CFIS_R { /* private fields */ }