Home
last modified time | relevance | path

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

12

/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32g4xx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_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()
Dstm32wlxx_hal_usart_ex.c501 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
516 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
519 …husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / (uint16_t)d… in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32c0xx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32h7xx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32h7rsxx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32l5xx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32h5xx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_smartcard_ex.c464 uint8_t tx_fifo_depth; in SMARTCARDEx_SetNbDataToProcess() local
479 tx_fifo_depth = TX_FIFO_DEPTH; in SMARTCARDEx_SetNbDataToProcess()
482 hsmartcard->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32l4xx_hal_usart_ex.c513 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
528 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
533 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32wbxx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32mp1xx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()
Dstm32mp1xx_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()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_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]) / \ in SMARTCARDEx_SetNbDataToProcess()
Dstm32g0xx_hal_usart_ex.c502 uint8_t tx_fifo_depth; in USARTEx_SetNbDataToProcess() local
517 tx_fifo_depth = TX_FIFO_DEPTH; in USARTEx_SetNbDataToProcess()
522 husart->NbTxDataToProcess = ((uint16_t)tx_fifo_depth * numerator[tx_fifo_threshold]) / in USARTEx_SetNbDataToProcess()

12