Type Definition stm32f1::stm32f101::usb::ep0r::EP_TYPE_R[][src]

type EP_TYPE_R = R<u8, EP_TYPE_A>;

Reader of field EP_TYPE

Implementations

impl EP_TYPE_R[src]

pub fn variant(&self) -> EP_TYPE_A[src]

Get enumerated values variant

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

Checks if the value of the field is BULK

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

Checks if the value of the field is CONTROL

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

Checks if the value of the field is ISO

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

Checks if the value of the field is INTERRUPT