Type Alias d1_pac::pwm::cisr::CFIS_R

source ·
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 */ }

Implementations§

source§

impl CFIS_R

source

pub fn variant(&self) -> CFIS_A

Get enumerated values variant

source

pub fn is_not_pending(&self) -> bool

Checks if the value of the field is NOT_PENDING

source

pub fn is_pending(&self) -> bool

Checks if the value of the field is PENDING