Home
last modified time | relevance | path

Searched refs:IS_LPUART_INSTANCE (Results 1 – 8 of 8) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_lpuart.c132 assert_param(IS_LPUART_INSTANCE(LPUARTx)); in LL_LPUART_DeInit()
162 assert_param(IS_LPUART_INSTANCE(LPUARTx)); in LL_LPUART_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_lpuart.c153 assert_param(IS_LPUART_INSTANCE(LPUARTx)); in LL_LPUART_DeInit()
190 assert_param(IS_LPUART_INSTANCE(LPUARTx)); in LL_LPUART_Init()
Dstm32l4xx_hal_uart.c343 assert_param((IS_UART_INSTANCE(huart->Instance)) || (IS_LPUART_INSTANCE(huart->Instance))); in HAL_UART_Init()
661 assert_param((IS_UART_INSTANCE(huart->Instance)) || (IS_LPUART_INSTANCE(huart->Instance))); in HAL_UART_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h1251 #define UART_INSTANCE_LOWPOWER(__HANDLE__) (IS_LPUART_INSTANCE((__HANDLE__)->Instance))
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6592 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7786 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7627 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h18437 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) macro