Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 18 of 18) sorted by relevance

/bsp/efm32/Libraries/emlib/src/
A Dem_usart.c59 #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 Dem_timer.c62 #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 Dem_adc.c55 #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 Dem_pcnt.c58 #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 Dem_acmp.c59 #define ACMP_REF_VALID(ref) ((ref) == ACMP0) argument
61 #define ACMP_REF_VALID(ref) (((ref) == ACMP0) || ((ref) == ACMP1)) argument
A Dem_leuart.c60 #define LEUART_REF_VALID(ref) ((ref) == LEUART0) argument
62 #define LEUART_REF_VALID(ref) (((ref) == LEUART0) || ((ref) == LEUART1)) argument
A Dem_i2c.c58 #define I2C_REF_VALID(ref) ((ref) == I2C0) argument
62 #define I2C_REF_VALID(ref) ((ref == I2C0) || (ref == I2C1)) argument
A Dem_cmu.c456 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 Dem_letimer.c58 #define LETIMER_REF_VALID(ref) ((ref) == LETIMER0) argument
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_svd.h613 __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 Dfm33lc0xx_fl_rcc.h2033 __STATIC_INLINE void FL_RCC_SetUSBClockReference(uint32_t ref) in FL_RCC_SetUSBClockReference()
/bsp/efm32/
A Ddrv_adc.c69 ADC_Ref_TypeDef ref, in efm32_adc_calibration()
/bsp/efm32/Libraries/emlib/inc/
A Dem_dac.h56 #define DAC_REF_VALID(ref) ((ref) == DAC0) argument
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_adc.c439 uint16_t ref = 3200; in bflb_adc_parse_result() local
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dbsp_common.c506 static LongInt Reflect(LongInt ref, uint8_t ch) in Reflect()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/
A Dcard.h300 uint16_t ref; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A D_sdhost.h146 uint16_t ref; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb.h222 struct kref ref; /* reference counter */ member

Completed in 54 milliseconds