[][src]Type Definition imxrt1062_usb1::endptctrl0::W

type W = W<u32, ENDPTCTRL0>;

Writer for register ENDPTCTRL0

Methods

impl W[src]

pub fn rxs(&mut self) -> RXS_W[src]

Bit 0 - RX Endpoint Stall - Read/Write 0 End Point OK

pub fn rxt(&mut self) -> RXT_W[src]

Bits 2:3 - RX Endpoint Type - Read/Write 00 Control Endpoint0 is fixed as a Control End Point.

pub fn rxe(&mut self) -> RXE_W[src]

Bit 7 - RX Endpoint Enable 1 Enabled Endpoint0 is always enabled.

pub fn txs(&mut self) -> TXS_W[src]

Bit 16 - TX Endpoint Stall - Read/Write 0 End Point OK [Default] 1 End Point Stalled Software can write a one to this bit to force the endpoint to return a STALL handshake to the Host

pub fn txt(&mut self) -> TXT_W[src]

Bits 18:19 - TX Endpoint Type - Read/Write 00 - Control Endpoint0 is fixed as a Control End Point.

pub fn txe(&mut self) -> TXE_W[src]

Bit 23 - TX Endpoint Enable 1 Enabled Endpoint0 is always enabled.