Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smartcard_ex.c482 uint8_t tx_fifo_threshold; in SMARTCARDEx_SetNbDataToProcess() local
497tx_fifo_threshold = (uint8_t)(READ_BIT(hsmartcard->Instance->CR3, USART_CR3_TXFTCFG) >> USART_CR3_… in SMARTCARDEx_SetNbDataToProcess()
498 …rocess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16_t)denominator[tx_fifo_… in SMARTCARDEx_SetNbDataToProcess()
Dstm32l4xx_hal_usart_ex.c525 uint8_t tx_fifo_threshold; in USARTEx_SetNbDataToProcess() local
540tx_fifo_threshold = (uint8_t)((READ_BIT(husart->Instance->CR3, USART_CR3_TXFTCFG) >> USART_CR3_TXF… in USARTEx_SetNbDataToProcess()
541 …rocess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16_t)denominator[tx_fifo_… in USARTEx_SetNbDataToProcess()
Dstm32l4xx_hal_uart_ex.c769 uint8_t tx_fifo_threshold; in UARTEx_SetNbDataToProcess() local
783tx_fifo_threshold = (uint8_t)(READ_BIT(huart->Instance->CR3, USART_CR3_TXFTCFG) >> USART_CR3_TXFTC… in UARTEx_SetNbDataToProcess()
784 …ataToProcess = (uint8_t)(tx_fifo_depth * numerator[tx_fifo_threshold]) / denominator[tx_fifo_thres… in UARTEx_SetNbDataToProcess()