Home
last modified time | relevance | path

Searched refs:huart (Results 1 – 10 of 10) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c152 static void UART_EndTxTransfer(UART_HandleTypeDef *huart);
153 static void UART_EndRxTransfer(UART_HandleTypeDef *huart);
164 static void UART_TxISR_8BIT(UART_HandleTypeDef *huart);
165 static void UART_TxISR_16BIT(UART_HandleTypeDef *huart);
167 static void UART_TxISR_8BIT_FIFOEN(UART_HandleTypeDef *huart);
168 static void UART_TxISR_16BIT_FIFOEN(UART_HandleTypeDef *huart);
170 static void UART_EndTransmit_IT(UART_HandleTypeDef *huart);
171 static void UART_RxISR_8BIT(UART_HandleTypeDef *huart);
172 static void UART_RxISR_16BIT(UART_HandleTypeDef *huart);
174 static void UART_RxISR_8BIT_FIFOEN(UART_HandleTypeDef *huart);
[all …]
Dstm32l4xx_hal_uart_ex.c86 static void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelecti…
88 static void UARTEx_SetNbDataToProcess(UART_HandleTypeDef *huart);
177 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion… in HAL_RS485Ex_Init() argument
182 if(huart == NULL) in HAL_RS485Ex_Init()
187 assert_param(IS_UART_DRIVER_ENABLE_INSTANCE(huart->Instance)); in HAL_RS485Ex_Init()
198 if(huart->gState == HAL_UART_STATE_RESET) in HAL_RS485Ex_Init()
201 huart->Lock = HAL_UNLOCKED; in HAL_RS485Ex_Init()
204 HAL_UART_MspInit(huart); in HAL_RS485Ex_Init()
207 huart->gState = HAL_UART_STATE_BUSY; in HAL_RS485Ex_Init()
210 __HAL_UART_DISABLE(huart); in HAL_RS485Ex_Init()
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c152 static void UART_EndTxTransfer(UART_HandleTypeDef *huart);
153 static void UART_EndRxTransfer(UART_HandleTypeDef *huart);
164 static void UART_TxISR_8BIT(UART_HandleTypeDef *huart);
165 static void UART_TxISR_16BIT(UART_HandleTypeDef *huart);
167 static void UART_TxISR_8BIT_FIFOEN(UART_HandleTypeDef *huart);
168 static void UART_TxISR_16BIT_FIFOEN(UART_HandleTypeDef *huart);
170 static void UART_EndTransmit_IT(UART_HandleTypeDef *huart);
171 static void UART_RxISR_8BIT(UART_HandleTypeDef *huart);
172 static void UART_RxISR_16BIT(UART_HandleTypeDef *huart);
174 static void UART_RxISR_8BIT_FIFOEN(UART_HandleTypeDef *huart);
[all …]
Dstm32l4xx_hal_uart_ex.c86 static void UARTEx_Wakeup_AddressConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelecti…
88 static void UARTEx_SetNbDataToProcess(UART_HandleTypeDef *huart);
177 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion… in HAL_RS485Ex_Init() argument
182 if(huart == NULL) in HAL_RS485Ex_Init()
187 assert_param(IS_UART_DRIVER_ENABLE_INSTANCE(huart->Instance)); in HAL_RS485Ex_Init()
198 if(huart->gState == HAL_UART_STATE_RESET) in HAL_RS485Ex_Init()
201 huart->Lock = HAL_UNLOCKED; in HAL_RS485Ex_Init()
204 HAL_UART_MspInit(huart); in HAL_RS485Ex_Init()
207 huart->gState = HAL_UART_STATE_BUSY; in HAL_RS485Ex_Init()
210 __HAL_UART_DISABLE(huart); in HAL_RS485Ex_Init()
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h281 void (*RxISR)(struct __UART_HandleTypeDef *huart); /*!< Function pointer on Rx IRQ handler */
283 void (*TxISR)(struct __UART_HandleTypeDef *huart); /*!< Function pointer on Tx IRQ handler */
1530 HAL_StatusTypeDef HAL_UART_Init(UART_HandleTypeDef *huart);
1531 HAL_StatusTypeDef HAL_HalfDuplex_Init(UART_HandleTypeDef *huart);
1532 HAL_StatusTypeDef HAL_LIN_Init(UART_HandleTypeDef *huart, uint32_t BreakDetectLength);
1533 HAL_StatusTypeDef HAL_MultiProcessor_Init(UART_HandleTypeDef *huart, uint8_t Address, uint32_t Wake…
1534 HAL_StatusTypeDef HAL_UART_DeInit (UART_HandleTypeDef *huart);
1535 void HAL_UART_MspInit(UART_HandleTypeDef *huart);
1536 void HAL_UART_MspDeInit(UART_HandleTypeDef *huart);
1547 HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint3…
[all …]
Dstm32l4xx_hal_uart_ex.h160 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion…
171 void HAL_UARTEx_WakeupCallback(UART_HandleTypeDef *huart);
174 void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart);
175 void HAL_UARTEx_TxFifoEmptyCallback(UART_HandleTypeDef *huart);
187 HAL_StatusTypeDef HAL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeD…
188 HAL_StatusTypeDef HAL_UARTEx_EnableStopMode(UART_HandleTypeDef *huart);
189 HAL_StatusTypeDef HAL_UARTEx_DisableStopMode(UART_HandleTypeDef *huart);
190 HAL_StatusTypeDef HAL_MultiProcessorEx_AddressLength_Set(UART_HandleTypeDef *huart, uint32_t Addres…
193 HAL_StatusTypeDef HAL_UARTEx_EnableSlaveMode(UART_HandleTypeDef *huart);
194 HAL_StatusTypeDef HAL_UARTEx_DisableSlaveMode(UART_HandleTypeDef *huart);
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h281 void (*RxISR)(struct __UART_HandleTypeDef *huart); /*!< Function pointer on Rx IRQ handler */
283 void (*TxISR)(struct __UART_HandleTypeDef *huart); /*!< Function pointer on Tx IRQ handler */
1530 HAL_StatusTypeDef HAL_UART_Init(UART_HandleTypeDef *huart);
1531 HAL_StatusTypeDef HAL_HalfDuplex_Init(UART_HandleTypeDef *huart);
1532 HAL_StatusTypeDef HAL_LIN_Init(UART_HandleTypeDef *huart, uint32_t BreakDetectLength);
1533 HAL_StatusTypeDef HAL_MultiProcessor_Init(UART_HandleTypeDef *huart, uint8_t Address, uint32_t Wake…
1534 HAL_StatusTypeDef HAL_UART_DeInit (UART_HandleTypeDef *huart);
1535 void HAL_UART_MspInit(UART_HandleTypeDef *huart);
1536 void HAL_UART_MspDeInit(UART_HandleTypeDef *huart);
1547 HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint3…
[all …]
Dstm32l4xx_hal_uart_ex.h160 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t Assertion…
171 void HAL_UARTEx_WakeupCallback(UART_HandleTypeDef *huart);
174 void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart);
175 void HAL_UARTEx_TxFifoEmptyCallback(UART_HandleTypeDef *huart);
187 HAL_StatusTypeDef HAL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeD…
188 HAL_StatusTypeDef HAL_UARTEx_EnableStopMode(UART_HandleTypeDef *huart);
189 HAL_StatusTypeDef HAL_UARTEx_DisableStopMode(UART_HandleTypeDef *huart);
190 HAL_StatusTypeDef HAL_MultiProcessorEx_AddressLength_Set(UART_HandleTypeDef *huart, uint32_t Addres…
193 HAL_StatusTypeDef HAL_UARTEx_EnableSlaveMode(UART_HandleTypeDef *huart);
194 HAL_StatusTypeDef HAL_UARTEx_DisableSlaveMode(UART_HandleTypeDef *huart);
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/
Dstm32l4xx_hal_msp.c159 void HAL_UART_MspInit(UART_HandleTypeDef* huart) in HAL_UART_MspInit() argument
163 if(huart->Instance==USART2) in HAL_UART_MspInit()
189 void HAL_UART_MspDeInit(UART_HandleTypeDef* huart) in HAL_UART_MspDeInit() argument
192 if(huart->Instance==USART2) in HAL_UART_MspDeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dstm32l4xx_hal_msp.c159 void HAL_UART_MspInit(UART_HandleTypeDef* huart) in HAL_UART_MspInit() argument
163 if(huart->Instance==USART2) in HAL_UART_MspInit()
189 void HAL_UART_MspDeInit(UART_HandleTypeDef* huart) in HAL_UART_MspDeInit() argument
192 if(huart->Instance==USART2) in HAL_UART_MspDeInit()