| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_usart.c | 59 #define USART_REF_VALID(ref) ((ref) == USART0) argument 62 #define USART_REF_VALID(ref) (((ref) == USART0) || ((ref) == USART1)) argument 65 #define USART_REF_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || \ argument 68 #define USART_REF_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || \ argument 74 #define USART_IRDA_VALID(ref) ((ref) == USART0) argument 77 #define USART_I2S_VALID(ref) ((ref) == USART1) argument 81 #define USART_I2S_VALID(ref) (((ref) == USART1) || ((ref) == USART2)) argument 85 #define UART_REF_VALID(ref) ((ref)==UART0) argument 87 #define UART_REF_VALID(ref) (((ref)==UART0) || ((ref)==UART1)) argument 89 #define UART_REF_VALID(ref) (0) argument
|
| A D | em_timer.c | 62 #define TIMER_REF_VALID(ref) ((ref) == TIMER0) argument 64 #define TIMER_REF_VALID(ref) (((ref) == TIMER0) || ((ref) == TIMER1)) argument 66 #define TIMER_REF_VALID(ref) (((ref) == TIMER0) || \ argument 70 #define TIMER_REF_VALID(ref) (((ref) == TIMER0) || \ argument
|
| A D | em_adc.c | 55 #define ADC_REF_VALID(ref) ((ref) == ADC0) argument 90 static void ADC_CalibrateLoadScan(ADC_TypeDef *adc, ADC_Ref_TypeDef ref) in ADC_CalibrateLoadScan() 168 static void ADC_CalibrateLoadSingle(ADC_TypeDef *adc, ADC_Ref_TypeDef ref) in ADC_CalibrateLoadSingle()
|
| A D | em_pcnt.c | 58 #define PCNT_REF_VALID(ref) ((ref) == PCNT0) argument 60 #define PCNT_REF_VALID(ref) (((ref) == PCNT0) || ((ref) == PCNT1)) argument 62 #define PCNT_REF_VALID(ref) (((ref) == PCNT0) || ((ref) == PCNT1) || \ argument
|
| A D | em_acmp.c | 59 #define ACMP_REF_VALID(ref) ((ref) == ACMP0) argument 61 #define ACMP_REF_VALID(ref) (((ref) == ACMP0) || ((ref) == ACMP1)) argument
|
| A D | em_leuart.c | 60 #define LEUART_REF_VALID(ref) ((ref) == LEUART0) argument 62 #define LEUART_REF_VALID(ref) (((ref) == LEUART0) || ((ref) == LEUART1)) argument
|
| A D | em_i2c.c | 58 #define I2C_REF_VALID(ref) ((ref) == I2C0) argument 62 #define I2C_REF_VALID(ref) ((ref == I2C0) || (ref == I2C1)) argument
|
| A D | em_cmu.c | 456 uint32_t CMU_Calibrate(uint32_t HFCycles, CMU_Osc_TypeDef ref) in CMU_Calibrate() 1342 void CMU_ClockSelectSet(CMU_Clock_TypeDef clock, CMU_Select_TypeDef ref) in CMU_ClockSelectSet()
|
| A D | em_letimer.c | 58 #define LETIMER_REF_VALID(ref) ((ref) == LETIMER0) argument
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_svd.h | 613 __STATIC_INLINE void FL_SVD_EnableReference(SVD_Type *SVDx, uint32_t ref) in FL_SVD_EnableReference() 628 __STATIC_INLINE uint32_t FL_SVD_IsEnabledReference(SVD_Type *SVDx, uint32_t ref) in FL_SVD_IsEnabledReference() 643 __STATIC_INLINE void FL_SVD_DisableReference(SVD_Type *SVDx, uint32_t ref) in FL_SVD_DisableReference()
|
| A D | fm33lc0xx_fl_rcc.h | 2033 __STATIC_INLINE void FL_RCC_SetUSBClockReference(uint32_t ref) in FL_RCC_SetUSBClockReference()
|
| /bsp/efm32/ |
| A D | drv_adc.c | 69 ADC_Ref_TypeDef ref, in efm32_adc_calibration()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_dac.h | 56 #define DAC_REF_VALID(ref) ((ref) == DAC0) argument
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_adc.c | 439 uint16_t ref = 3200; in bflb_adc_parse_result() local
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Src/ |
| A D | bsp_common.c | 506 static LongInt Reflect(LongInt ref, uint8_t ch) in Reflect()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/ |
| A D | card.h | 300 uint16_t ref; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | _sdhost.h | 146 uint16_t ref; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | usb.h | 222 struct kref ref; /* reference counter */ member
|