Home
last modified time | relevance | path

Searched refs:USART_CLOCK_DISABLE (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_usart.h214 #define USART_CLOCK_DISABLE (0x00000000U) macro
523 #define IS_USART_CLOCK(CLOCK) (((CLOCK) == USART_CLOCK_DISABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart.h213 #define USART_CLOCK_DISABLE ((uint32_t)0x00000000U) /*!< USART clock disable … macro
584 #define IS_USART_CLOCK(__CLOCK__) (((__CLOCK__) == USART_CLOCK_DISABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart.h306 #define USART_CLOCK_DISABLE 0x00000000U /*!< USART clock disable */ macro
827 #define IS_USART_CLOCK(__CLOCK__) (((__CLOCK__) == USART_CLOCK_DISABLE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h1025 #define USART_CLOCK_DISABLED USART_CLOCK_DISABLE
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h938 #define USART_CLOCK_DISABLED USART_CLOCK_DISABLE
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h938 #define USART_CLOCK_DISABLED USART_CLOCK_DISABLE