Home
last modified time | relevance | path

Searched refs:read_buf_ctrl_reg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/usb/udc/
Dudc_rpi_pico.c140 static uint32_t read_buf_ctrl_reg(const struct device *dev, const uint8_t ep) in read_buf_ctrl_reg() function
173 buf_ctrl = read_buf_ctrl_reg(dev, ep); in rpi_pico_ep_cancel()
201 buf_ctrl = read_buf_ctrl_reg(dev, cfg->addr); in rpi_pico_prep_rx()
234 buf_ctrl = read_buf_ctrl_reg(dev, cfg->addr); in rpi_pico_prep_tx()
513 len = read_buf_ctrl_reg(dev, ep) & USB_BUF_CTRL_LEN_MASK; in rpi_pico_handle_buff_status_in()
548 len = read_buf_ctrl_reg(dev, ep) & USB_BUF_CTRL_LEN_MASK; in rpi_pico_handle_buff_status_out()