Home
last modified time | relevance | path

Searched refs:tx_fifo_depth (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_smartcard_ex.c457 uint8_t tx_fifo_depth; in SMARTCARDEx_SetNbDataToProcess() local
472 tx_fifo_depth = TX_FIFO_DEPTH; in SMARTCARDEx_SetNbDataToProcess()
475 …hsmartcard->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16… in SMARTCARDEx_SetNbDataToProcess()
H A Dstm32l4xx_hal_usart_ex.c513 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
528 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
531 …husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16_t)d… in USARTEx_SetNbDataToProcess()
H A Dstm32l4xx_hal_uart_ex.c749 uint8_t tx_fifo_depth; in UARTEx_SetNbDataToProcess() local
763 tx_fifo_depth = TX_FIFO_DEPTH; in UARTEx_SetNbDataToProcess()
766 …huart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16_t)de… in UARTEx_SetNbDataToProcess()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_uart_ex.c694 uint8_t tx_fifo_depth; in UARTEx_SetNbDataToProcess() local
708 tx_fifo_depth = TX_FIFO_DEPTH; in UARTEx_SetNbDataToProcess()
711 …huart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16_t)de… in UARTEx_SetNbDataToProcess()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_uart_ex.c749 uint8_t tx_fifo_depth; in UARTEx_SetNbDataToProcess() local
763 tx_fifo_depth = TX_FIFO_DEPTH; in UARTEx_SetNbDataToProcess()
766 …huart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16_t)de… in UARTEx_SetNbDataToProcess()