Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smartcard_ex.c480 uint8_t tx_fifo_depth; in SMARTCARDEx_SetNbDataToProcess() local
495 tx_fifo_depth = TX_FIFO_DEPTH; in SMARTCARDEx_SetNbDataToProcess()
498 …hsmartcard->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16… in SMARTCARDEx_SetNbDataToProcess()
Dstm32l4xx_hal_usart_ex.c523 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
538 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
541 …husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16_t)d… in USARTEx_SetNbDataToProcess()
Dstm32l4xx_hal_uart_ex.c767 uint8_t tx_fifo_depth; in UARTEx_SetNbDataToProcess() local
781 tx_fifo_depth = TX_FIFO_DEPTH; in UARTEx_SetNbDataToProcess()
784 …huart->NbTxDataToProcess = (uint8_t)(tx_fifo_depth * numerator[tx_fifo_threshold]) / denominator[t… in UARTEx_SetNbDataToProcess()