pub type ASYNCHRONOUS_SCHEDULE_ENABLE_R = BitReader<ASYNCHRONOUS_SCHEDULE_ENABLE_A>;
Expand description

Field asynchronous_schedule_enable reader - Asynchronous Schedule Enable

This bit controls whether the host controller skips processing the Asynchronous Schedule.

Aliased Type§

struct ASYNCHRONOUS_SCHEDULE_ENABLE_R { /* private fields */ }

Implementations§

source§

impl ASYNCHRONOUS_SCHEDULE_ENABLE_R

source

pub fn variant(&self) -> ASYNCHRONOUS_SCHEDULE_ENABLE_A

Get enumerated values variant

source

pub fn is_disable(&self) -> bool

Checks if the value of the field is DISABLE

source

pub fn is_enable(&self) -> bool

Checks if the value of the field is ENABLE