Home
last modified time | relevance | path

Searched refs:IS_UART_INSTANCE (Results 1 – 14 of 14) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_usart.c142 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_DeInit()
216 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_Init()
343 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_ClockInit()
Dstm32l1xx_hal_uart.c265 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_UART_Init()
507 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_UART_DeInit()
1397 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_MultiProcessor_EnterMuteMode()
1424 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_MultiProcessor_ExitMuteMode()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_usart.c143 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_DeInit()
217 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_Init()
349 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_ClockInit()
Dstm32l0xx_hal_uart.c241 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_UART_Init()
511 assert_param(IS_UART_INSTANCE(huart->Instance)); in HAL_UART_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usart.c168 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_DeInit()
243 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_Init()
397 assert_param(IS_UART_INSTANCE(USARTx)); in LL_USART_ClockInit()
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-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6544 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7579 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7738 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h8087 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h8087 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l152xc.h8977 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h9281 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h18372 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ macro