Searched refs:_CYHAL_AUDIOSS_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
75 #define _CYHAL_AUDIOSS_FIFO_DEPTH (256) macro225 #define _CYHAL_AUDIOSS_FIFO_DEPTH (128)1424 while(*length > 0 && _cyhal_audioss_get_num_in_fifo(obj, true) < _CYHAL_AUDIOSS_FIFO_DEPTH) in _cyhal_audioss_write_until_full()1436 while(*length > 0 && _cyhal_audioss_get_num_in_fifo(obj, true) < _CYHAL_AUDIOSS_FIFO_DEPTH) in _cyhal_audioss_write_until_full()1449 while(*length > 0 && _cyhal_audioss_get_num_in_fifo(obj, true) < _CYHAL_AUDIOSS_FIFO_DEPTH) in _cyhal_audioss_write_until_full()1728 pdl_config->rxFifoTriggerLevel = _CYHAL_AUDIOSS_FIFO_DEPTH / 2 - 1; // Trigger at half full in _cyhal_audioss_populate_pdl_config()1772 … pdl_config->txFifoTriggerLevel = _CYHAL_AUDIOSS_FIFO_DEPTH / 2 + 1; /* Trigger at half empty */ in _cyhal_audioss_populate_pdl_config()1797 …pdl_config->tx_config->fifoTriggerLevel = _CYHAL_AUDIOSS_FIFO_DEPTH / 2 + 1; /* Trigger at half em… in _cyhal_audioss_populate_pdl_config()1816 …pdl_config->rx_config->fifoTriggerLevel = _CYHAL_AUDIOSS_FIFO_DEPTH / 2 + 1; /* Trigger at half em… in _cyhal_audioss_populate_pdl_config()