Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 3 of 3) sorted by relevance

/bsp/yichip/yc3121-pos/Libraries/core/
A Dtype.h50 #define IS_BOOLEAN(bool) ((bool == FALSE) || (bool == TRUE)) argument
/bsp/yichip/yc3122-pos/Libraries/core/
A Dtype.h51 #define IS_BOOLEAN(bool) ((bool == FALSE) || (bool == TRUE)) argument
/bsp/stm32/stm32f429-atk-apollo/board/ports/audio/
A Ddrv_wm8978.c770 void wm8978_DAC_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_DAC_enabled()
779 void wm8978_ADC_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_ADC_enabled()
788 void wm8978_mic_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_mic_enabled()
842 void wm8978_linein_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_linein_enabled()
847 void wm8978_aux_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_aux_enabled()

Completed in 16 milliseconds