Home
last modified time | relevance | path

Searched refs:USART2 (Results 1 – 25 of 271) sorted by relevance

1234567891011

/hal_silabs-latest/gecko/emlib/src/
Dem_usart.c55 #elif (USART_COUNT == 2) && defined(USART2)
56 #define USART_REF_VALID(ref) (((ref) == USART1) || ((ref) == USART2))
63 || ((ref) == USART2))
66 || ((ref) == USART2) || ((ref) == USART3))
69 || ((ref) == USART2) || ((ref) == USART3) \
73 || ((ref) == USART2) || ((ref) == USART3) \
96 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART2))
98 …#define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || ((ref) == USART2) || (…
99 #elif defined(USART2)
100 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || ((ref) == USART2))
[all …]
Dem_cmu_fpga.c197 #if defined(USART2) in CMU_ClockFreqGet()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_usart.c55 #elif (USART_COUNT == 2) && defined(USART2)
56 #define USART_REF_VALID(ref) (((ref) == USART1) || ((ref) == USART2))
63 || ((ref) == USART2))
66 || ((ref) == USART2) || ((ref) == USART3))
69 || ((ref) == USART2) || ((ref) == USART3) \
73 || ((ref) == USART2) || ((ref) == USART3) \
96 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART2))
98 …#define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || ((ref) == USART2) || (…
99 #elif defined(USART2)
100 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || ((ref) == USART2))
[all …]
Dem_cmu_fpga.c197 #if defined(USART2) in CMU_ClockFreqGet()
Dem_cmu_fpga_npu.c197 #if defined(USART2) in CMU_ClockFreqGet()
/hal_silabs-latest/simplicity_sdk/platform/Device/SiliconLabs/EFR32MG21/Include/
Defr32mg21a010f1024im32.h879 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1232 : ((n) == 2) ? USART2 \
1236 : ((ref) == USART2) ? 2 \
Defr32mg21a010f512im32.h879 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1232 : ((n) == 2) ? USART2 \
1236 : ((ref) == USART2) ? 2 \
Defr32mg21a010f768im32.h879 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1232 : ((n) == 2) ? USART2 \
1236 : ((ref) == USART2) ? 2 \
Defr32mg21a020f1024im32.h881 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1234 : ((n) == 2) ? USART2 \
1238 : ((ref) == USART2) ? 2 \
Defr32mg21a020f512im32.h881 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1234 : ((n) == 2) ? USART2 \
1238 : ((ref) == USART2) ? 2 \
Defr32mg21a020f768im32.h881 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1234 : ((n) == 2) ? USART2 \
1238 : ((ref) == USART2) ? 2 \
Defr32mg21b010f1024im32.h879 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1232 : ((n) == 2) ? USART2 \
1236 : ((ref) == USART2) ? 2 \
Defr32mg21b010f512im32.h879 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1232 : ((n) == 2) ? USART2 \
1236 : ((ref) == USART2) ? 2 \
Defr32mg21b010f768im32.h879 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1232 : ((n) == 2) ? USART2 \
1236 : ((ref) == USART2) ? 2 \
Defr32mg21b020f1024im32.h881 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1234 : ((n) == 2) ? USART2 \
1238 : ((ref) == USART2) ? 2 \
Defr32mg21b020f512im32.h881 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1234 : ((n) == 2) ? USART2 \
1238 : ((ref) == USART2) ? 2 \
Defr32mg21b020f768im32.h881 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1234 : ((n) == 2) ? USART2 \
1238 : ((ref) == USART2) ? 2 \
Drm21z000f1024im32.h877 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base p… macro
1230 : ((n) == 2) ? USART2 \
1234 : ((ref) == USART2) ? 2 \
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg980f64.h404 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base pointer */ macro
Defm32wg990f128.h404 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base pointer */ macro
Defm32wg990f256.h404 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base pointer */ macro
Defm32wg990f64.h404 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base pointer */ macro
Defm32wg995f128.h404 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base pointer */ macro
Defm32wg900f256.h404 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base pointer */ macro
Defm32wg980f128.h404 #define USART2 ((USART_TypeDef *) USART2_BASE) /**< USART2 base pointer */ macro

1234567891011