Searched refs:EP_INFO (Results 1 – 2 of 2) sorted by relevance
82 hw_core->core_max_nbr_of_tx_ep = (USB->EP_INFO & 0x0Fu); /*lower nibble for txep*/ in MSS_USBD_CIF_get_hwcore_info()83 hw_core->core_max_nbr_of_rx_ep = ((USB->EP_INFO & 0xF0u) >> 4u);/*higher nibble for txep*/ in MSS_USBD_CIF_get_hwcore_info()
490 volatile uint8_t EP_INFO; member