Searched refs:RAM_INFO (Results 1 – 2 of 2) sorted by relevance
84 hw_core->core_ram_bus_width = (USB->RAM_INFO & 0x0Fu);/*lower nibble for bus width*/ in MSS_USBD_CIF_get_hwcore_info()85 …hw_core->core_max_nbr_of_dma_chan = ((USB->RAM_INFO & 0xF0u) >> 4u);/*higher nibble for dma channe… in MSS_USBD_CIF_get_hwcore_info()
491 volatile uint8_t RAM_INFO; member