Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_usbd.h383 } nrfx_usbd_setup_t; typedef
817 void nrfx_usbd_setup_get(nrfx_usbd_setup_t * p_setup);
/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()
2274 memset(p_setup, 0, sizeof(nrfx_usbd_setup_t)); in nrfx_usbd_setup_get()
/hal_nordic-latest/nrfx/
DCHANGELOG.md640 - Fixed a typo in the name of the bmRequest field in the nrfx_usbd_setup_t structure. The new corre…