[][src]Type Definition nrf51::gpiote::config::MODE_R

type MODE_R = R<u8, MODE_A>;

Reader of field MODE

Methods

impl MODE_R[src]

pub fn variant(&self) -> Variant<u8, MODE_A>[src]

Get enumerated values variant

pub fn is_disabled(&self) -> bool[src]

Checks if the value of the field is DISABLED

pub fn is_event(&self) -> bool[src]

Checks if the value of the field is EVENT

pub fn is_task(&self) -> bool[src]

Checks if the value of the field is TASK