Type Alias esp32c3::usb_device::in_ep3_st::R

source ·
pub type R = R<IN_EP3_ST_SPEC>;
Expand description

Register IN_EP3_ST reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn in_ep3_state(&self) -> IN_EP3_STATE_R

Bits 0:1 - State of IN Endpoint 3.

source

pub fn in_ep3_wr_addr(&self) -> IN_EP3_WR_ADDR_R

Bits 2:8 - Write data address of IN endpoint 3.

source

pub fn in_ep3_rd_addr(&self) -> IN_EP3_RD_ADDR_R

Bits 9:15 - Read data address of IN endpoint 3.