Home
last modified time | relevance | path

Searched refs:AbortCplt (Results 1 – 4 of 4) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_smartcard.c1253 uint32_t AbortCplt = 0x01U; in HAL_SMARTCARD_Abort_IT() local
1309 AbortCplt = 0x00U; in HAL_SMARTCARD_Abort_IT()
1329 AbortCplt = 0x01U; in HAL_SMARTCARD_Abort_IT()
1333 AbortCplt = 0x00U; in HAL_SMARTCARD_Abort_IT()
1339 if(AbortCplt == 0x01U) in HAL_SMARTCARD_Abort_IT()
A Dstm32l1xx_hal_irda.c1451 uint32_t AbortCplt = 0x01U; in HAL_IRDA_Abort_IT() local
1507 AbortCplt = 0x00U; in HAL_IRDA_Abort_IT()
1527 AbortCplt = 0x01U; in HAL_IRDA_Abort_IT()
1531 AbortCplt = 0x00U; in HAL_IRDA_Abort_IT()
1537 if (AbortCplt == 0x01U) in HAL_IRDA_Abort_IT()
A Dstm32l1xx_hal_usart.c1644 uint32_t AbortCplt = 0x01U; in HAL_USART_Abort_IT() local
1700 AbortCplt = 0x00U; in HAL_USART_Abort_IT()
1720 AbortCplt = 0x01U; in HAL_USART_Abort_IT()
1724 AbortCplt = 0x00U; in HAL_USART_Abort_IT()
1730 if (AbortCplt == 0x01U) in HAL_USART_Abort_IT()
A Dstm32l1xx_hal_uart.c2059 uint32_t AbortCplt = 0x01U; in HAL_UART_Abort_IT() local
2121 AbortCplt = 0x00U; in HAL_UART_Abort_IT()
2141 AbortCplt = 0x01U; in HAL_UART_Abort_IT()
2145 AbortCplt = 0x00U; in HAL_UART_Abort_IT()
2151 if (AbortCplt == 0x01U) in HAL_UART_Abort_IT()

Completed in 21 milliseconds