pub enum WAKER {
IDLELINE,
ADDRESSMARK,
}Expand description
Possible values of the field WAKE
Variants§
Implementations§
source§impl WAKER
impl WAKER
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true if the bit is clear (0)
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true if the bit is set (1)
sourcepub fn is_idle_line(&self) -> bool
pub fn is_idle_line(&self) -> bool
Checks if the value of the field is IDLELINE
sourcepub fn is_address_mark(&self) -> bool
pub fn is_address_mark(&self) -> bool
Checks if the value of the field is ADDRESSMARK