Searched refs:WEAK (Results 1 – 7 of 7) sorted by relevance
10 WEAK int hal_adc_finalize(adc_dev_t *adc) in hal_adc_finalize()15 WEAK int hal_adc_init(adc_dev_t *adc) in hal_adc_init()25 WEAK int hal_pwm_finalize(pwm_dev_t *pwm) in hal_pwm_finalize()30 WEAK int hal_pwm_init(pwm_dev_t *pwm) in hal_pwm_init()36 WEAK int hal_pwm_start(pwm_dev_t *pwm) in hal_pwm_start()42 WEAK int hal_pwm_stop(pwm_dev_t *pwm) in hal_pwm_stop()48 WEAK int hal_rtc_finalize(rtc_dev_t *rtc) in hal_rtc_finalize()60 WEAK int hal_rtc_init(rtc_dev_t *rtc) in hal_rtc_init()72 WEAK int hal_wdg_finalize(wdg_dev_t *wdg) in hal_wdg_finalize()78 WEAK int hal_wdg_init(wdg_dev_t *wdg) in hal_wdg_init()[all …]
25 #ifndef WEAK27 #define WEAK __attribute__ ((weak)) macro29 #define WEAK73 #ifndef WEAK75 #define WEAK __attribute__ ((weak))77 #define WEAK121 #ifndef WEAK123 #define WEAK __weak125 #define WEAK
13 ccflags-y += -DCQ_FUNC_ATTR=WEAK
25 #define WEAK __attribute__((weak)) macro27 WEAK char *get_sn(void) in get_sn()
294 #define WEAK __attribute__((weak)) macro328 #define WEAK macro
65 subdir-ccflags-y += -DFDK_FUNC_ATTR=WEAK
247 int WEAK do_ulog(const unsigned char s, const char *mod, const char *f, const unsigned long l, cons… in do_ulog()
Completed in 9 milliseconds