Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_rpi_pico.c72 static void ALWAYS_INLINE rpi_pico_bit_set(const mm_reg_t reg, const uint32_t bit) in rpi_pico_bit_set() function
180 rpi_pico_bit_set(abort_reg, ep_mask); in rpi_pico_ep_cancel()
824 rpi_pico_bit_set((mm_reg_t)&base->ep_stall_arm, bit); in udc_rpi_pico_ep_set_halt()
827 rpi_pico_bit_set(buf_ctrl_reg, USB_BUF_CTRL_STALL); in udc_rpi_pico_ep_set_halt()
888 rpi_pico_bit_set((mm_reg_t)&base->sie_ctrl, USB_SIE_CTRL_RESUME_BITS); in udc_rpi_pico_host_wakeup()
938 rpi_pico_bit_set((mm_reg_t)&base->sie_ctrl, USB_SIE_CTRL_PULLUP_EN_BITS); in udc_rpi_pico_enable()