Home
last modified time | relevance | path

Searched refs:abortcplt (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_irda.c1200 uint32_t abortcplt = 1; in HAL_IRDA_Abort_IT() local
1256 abortcplt = 0; in HAL_IRDA_Abort_IT()
1276 abortcplt = 1; in HAL_IRDA_Abort_IT()
1280 abortcplt = 0; in HAL_IRDA_Abort_IT()
1286 if (abortcplt == 1) in HAL_IRDA_Abort_IT()
Dstm32l0xx_hal_smartcard.c1023 uint32_t abortcplt = 1; in HAL_SMARTCARD_Abort_IT() local
1079 abortcplt = 0; in HAL_SMARTCARD_Abort_IT()
1099 abortcplt = 1; in HAL_SMARTCARD_Abort_IT()
1103 abortcplt = 0; in HAL_SMARTCARD_Abort_IT()
1109 if (abortcplt == 1) in HAL_SMARTCARD_Abort_IT()
Dstm32l0xx_hal_usart.c1353 uint32_t abortcplt = 1; in HAL_USART_Abort_IT() local
1409 abortcplt = 0; in HAL_USART_Abort_IT()
1429 abortcplt = 1; in HAL_USART_Abort_IT()
1433 abortcplt = 0; in HAL_USART_Abort_IT()
1439 if (abortcplt == 1) in HAL_USART_Abort_IT()
Dstm32l0xx_hal_uart.c1373 uint32_t abortcplt = 1; in HAL_UART_Abort_IT() local
1429 abortcplt = 0; in HAL_UART_Abort_IT()
1449 abortcplt = 1; in HAL_UART_Abort_IT()
1453 abortcplt = 0; in HAL_UART_Abort_IT()
1459 if (abortcplt == 1) in HAL_UART_Abort_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_irda.c1620 uint32_t abortcplt = 1U; in HAL_IRDA_Abort_IT() local
1680 abortcplt = 0U; in HAL_IRDA_Abort_IT()
1700 abortcplt = 1U; in HAL_IRDA_Abort_IT()
1704 abortcplt = 0U; in HAL_IRDA_Abort_IT()
1710 if (abortcplt == 1U) in HAL_IRDA_Abort_IT()
Dstm32l4xx_hal_spi.c2421 uint32_t abortcplt ; in HAL_SPI_Abort_IT() local
2426 abortcplt = 1U; in HAL_SPI_Abort_IT()
2515 abortcplt = 0U; in HAL_SPI_Abort_IT()
2526 abortcplt = 1U; in HAL_SPI_Abort_IT()
2530 abortcplt = 0U; in HAL_SPI_Abort_IT()
2549 abortcplt = 0U; in HAL_SPI_Abort_IT()
2567 abortcplt = 0U; in HAL_SPI_Abort_IT()
2572 if (abortcplt == 1U) in HAL_SPI_Abort_IT()
Dstm32l4xx_hal_smartcard.c1565 uint32_t abortcplt = 1U; in HAL_SMARTCARD_Abort_IT() local
1627 abortcplt = 0U; in HAL_SMARTCARD_Abort_IT()
1647 abortcplt = 1U; in HAL_SMARTCARD_Abort_IT()
1651 abortcplt = 0U; in HAL_SMARTCARD_Abort_IT()
1657 if (abortcplt == 1U) in HAL_SMARTCARD_Abort_IT()
Dstm32l4xx_hal_usart.c2001 uint32_t abortcplt = 1U; in HAL_USART_Abort_IT() local
2062 abortcplt = 0U; in HAL_USART_Abort_IT()
2082 abortcplt = 1U; in HAL_USART_Abort_IT()
2086 abortcplt = 0U; in HAL_USART_Abort_IT()
2092 if (abortcplt == 1U) in HAL_USART_Abort_IT()
Dstm32l4xx_hal_uart.c1844 uint32_t abortcplt = 1U; in HAL_UART_Abort_IT() local
1905 abortcplt = 0U; in HAL_UART_Abort_IT()
1925 abortcplt = 1U; in HAL_UART_Abort_IT()
1929 abortcplt = 0U; in HAL_UART_Abort_IT()
1935 if (abortcplt == 1U) in HAL_UART_Abort_IT()