Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_usbd.c2272 void nrfx_usbd_setup_get(nrfx_usbd_setup_t * p_setup) in nrfx_usbd_setup_get() argument
2274 memset(p_setup, 0, sizeof(nrfx_usbd_setup_t)); in nrfx_usbd_setup_get()
2275 p_setup->bmRequestType = nrf_usbd_setup_bmrequesttype_get(NRF_USBD); in nrfx_usbd_setup_get()
2276 p_setup->bRequest = nrf_usbd_setup_brequest_get(NRF_USBD); in nrfx_usbd_setup_get()
2277 p_setup->wValue = nrf_usbd_setup_wvalue_get(NRF_USBD); in nrfx_usbd_setup_get()
2278 p_setup->wIndex = nrf_usbd_setup_windex_get(NRF_USBD); in nrfx_usbd_setup_get()
2279 p_setup->wLength = nrf_usbd_setup_wlength_get(NRF_USBD); in nrfx_usbd_setup_get()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbd.h817 void nrfx_usbd_setup_get(nrfx_usbd_setup_t * p_setup);