pub type PERIODIC_SCHEDULE_ENABLE_R = BitReader<PERIODIC_SCHEDULE_ENABLE_A>;
Expand description

Field periodic_schedule_enable reader - Periodic Schedule Enable

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

Aliased Type§

struct PERIODIC_SCHEDULE_ENABLE_R { /* private fields */ }

Implementations§

source§

impl PERIODIC_SCHEDULE_ENABLE_R

source

pub fn variant(&self) -> PERIODIC_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