Searched refs:fifo_sizes_set (Results 1 – 2 of 2) sorted by relevance
222 hal->flags.fifo_sizes_set = 1; in usb_dwc_hal_set_fifo_bias()228 HAL_ASSERT(hal->flags.fifo_sizes_set); in usb_dwc_hal_get_mps_limits()260 …HAL_ASSERT(hal->flags.fifo_sizes_set); //FIFO sizes should be set befor attempting to allocate a … in usb_dwc_hal_chan_alloc()
184 uint32_t fifo_sizes_set: 1; /**< Whether the FIFO sizes have been set or not */ member