Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.c1583 void nrf_usbd_common_setup_get(nrf_usbd_common_setup_t *p_setup) in nrf_usbd_common_setup_get() argument
1585 memset(p_setup, 0, sizeof(nrf_usbd_common_setup_t)); in nrf_usbd_common_setup_get()
1586 p_setup->bmRequestType = NRF_USBD->BMREQUESTTYPE; in nrf_usbd_common_setup_get()
1587 p_setup->bRequest = NRF_USBD->BREQUEST; in nrf_usbd_common_setup_get()
1588 p_setup->wValue = NRF_USBD->WVALUEL | (NRF_USBD->WVALUEH << 8); in nrf_usbd_common_setup_get()
1589 p_setup->wIndex = NRF_USBD->WINDEXL | (NRF_USBD->WINDEXH << 8); in nrf_usbd_common_setup_get()
1590 p_setup->wLength = NRF_USBD->WLENGTHL | (NRF_USBD->WLENGTHH << 8); in nrf_usbd_common_setup_get()
Dnrf_usbd_common.h618 void nrf_usbd_common_setup_get(nrf_usbd_common_setup_t *p_setup);