[][src]Type Definition stm32f3::stm32f303::usb::ep1r::EP_TYPE_R

type EP_TYPE_R = R<u8, EP_TYPE_A>;

Reader of field EP_TYPE

Methods

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