Type Alias d1_pac::ce_ns::ce_isr::TASK_PENDING_R

source ·
pub type TASK_PENDING_R = FieldReader<u8, TASK_PENDING_A>;
Expand description

Field task_pending[0-3] reader - Task Channel 3-0 End Pending

It indicates whether task is completed.

Write the corresponding channel bit of the register to clear the end flag.

Aliased Type§

struct TASK_PENDING_R { /* private fields */ }

Implementations§

source§

impl TASK_PENDING_R

source

pub fn variant(&self) -> Option<TASK_PENDING_A>

Get enumerated values variant

source

pub fn is_not_finished(&self) -> bool

Checks if the value of the field is NOT_FINISHED

source

pub fn is_finished(&self) -> bool

Checks if the value of the field is FINISHED