Home
last modified time | relevance | path

Searched refs:UART_FIFOMODE_DISABLE (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_uart_ex.c544 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
700 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1012 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1012 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1014 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1012 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1012 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1014 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1062 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_uart_ex.c579 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1063 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1062 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_uart_ex.c597 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1080 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1030 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_uart_ex.c634 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1067 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_uart_ex.c581 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1060 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_uart_ex.c560 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1115 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_uart_ex.c560 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
1131 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_uart_ex.h93 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_uart_ex.h91 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_uart_ex.h91 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_uart_ex.h91 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_uart_ex.h91 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_uart_ex.h91 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_uart_ex.h91 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_uart_ex.h91 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_uart_ex.h91 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro

12