[][src]Type Definition xmc4800::usb0_ch0::hcchar::R

type R = R<u32, HCCHAR>;

Reader of register HCCHAR

Methods

impl R[src]

pub fn mps(&self) -> MPS_R[src]

Bits 0:10 - Maximum Packet Size

pub fn epnum(&self) -> EPNUM_R[src]

Bits 11:14 - Endpoint Number

pub fn epdir(&self) -> EPDIR_R[src]

Bit 15 - Endpoint Direction

pub fn eptype(&self) -> EPTYPE_R[src]

Bits 18:19 - Endpoint Type

pub fn mc_ec(&self) -> MC_EC_R[src]

Bits 20:21 - Multi Count / Error Count

pub fn dev_addr(&self) -> DEVADDR_R[src]

Bits 22:28 - Device Address

pub fn odd_frm(&self) -> ODDFRM_R[src]

Bit 29 - Odd Frame

pub fn ch_dis(&self) -> CHDIS_R[src]

Bit 30 - Channel Disable

pub fn ch_ena(&self) -> CHENA_R[src]

Bit 31 - Channel Enable