| /bsp/amebaz/drivers/wlan/ |
| A D | drv_wlan.c | 23 scan_callback_fn fun; member 274 if (user_data->fun != RT_NULL) in rthw_wifi_scan_result_handler() 284 user_data->fun(&info, user_data->data); in rthw_wifi_scan_result_handler() 289 user_data->fun(RT_NULL, user_data->data); in rthw_wifi_scan_result_handler() 297 int rthw_wifi_scan(scan_callback_fn fun, void *data) in rthw_wifi_scan() argument 301 if (fun == RT_NULL) in rthw_wifi_scan() 312 user_data->fun = fun; in rthw_wifi_scan()
|
| A D | drv_wlan.h | 102 int rthw_wifi_scan(scan_callback_fn fun, void *data);
|
| A D | drv_wifi.c | 45 extern void rtw_event_register(int event, void (*fun)(char *buf, int len, int flags, void *user_dat…
|
| /bsp/qemu-vexpress-a9/drivers/audio/ |
| A D | drv_pl041.c | 32 pl041_irq_fun_t fun; member 260 rt_err_t aaci_pl041_irq_register(int channel, pl041_irq_fun_t fun, void *user_data) in aaci_pl041_irq_register() argument 267 irq_tbl[channel].fun = fun; in aaci_pl041_irq_register() 279 irq_tbl[channel].fun = RT_NULL; in aaci_pl041_irq_unregister() 313 if (_irq[channel].fun != RT_NULL) in aaci_pl041_irq_handle() 315 _irq[channel].fun(PL041_READ(p_status), _irq[channel].user_data); in aaci_pl041_irq_handle()
|
| A D | drv_pl041.h | 219 rt_err_t aaci_pl041_irq_register(int channel, pl041_irq_fun_t fun, void *user_data);
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/timer/ |
| A D | timer.c | 139 void timer_register_callback(timer_callback_t fun) in timer_register_callback() argument 141 timer_callback = fun; in timer_register_callback()
|
| A D | timer.h | 179 void timer_register_callback(timer_callback_t fun);
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/ |
| A D | quad_decoder.c | 274 void quad_decoder_register_callback(enum quad_decoder_axis qdec, quad_decoder_callback_t fun) in quad_decoder_register_callback() argument 278 quad_decoder0_callback = fun; in quad_decoder_register_callback() 281 quad_decoder1_callback = fun; in quad_decoder_register_callback() 284 quad_decoder2_callback = fun; in quad_decoder_register_callback()
|
| A D | quad_decoder.h | 250 quad_decoder_callback_t fun);
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/aon_sleep_timer/ |
| A D | aon_sleep_timer.c | 134 void aon_sleep_timer_register_callback(aon_sleep_timer_callback_t fun) in aon_sleep_timer_register_callback() argument 136 aon_sleep_timer_callback = fun; in aon_sleep_timer_register_callback()
|
| A D | aon_sleep_timer.h | 195 void aon_sleep_timer_register_callback(aon_sleep_timer_callback_t fun);
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/ |
| A D | dualtimer.c | 301 void dualtimer_register_callback(enum dualtimer_timer timer, dualtimer_callback_t fun) in dualtimer_register_callback() argument 304 dualtimer_callback_timer1 = fun; in dualtimer_register_callback() 306 dualtimer_callback_timer2 = fun; in dualtimer_register_callback()
|
| A D | dualtimer.h | 338 void dualtimer_register_callback(enum dualtimer_timer timer, dualtimer_callback_t fun);
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_gpio.h | 171 #define IS_GPIO_FUN(fun) (fun <= 0xff) argument
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/flash/ |
| A D | bflb_sf_cfg.h | 189 void bflb_sf_cfg_restore_gpio17_fun(uint8_t fun);
|
| /bsp/stm32/stm32h563-st-nucleo/ |
| A D | syscall_rvds.lst | 46 33 0000000E F7FF FFFE BL rt_secure_svc_handle ; call fun
|
| A D | context_rvds.lst | 194 123 00000056 ;call TrustZone fun, Save TrustZone stack 207 fun
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/ |
| A D | bl602_romapi.c | 800 void ATTR_TCM_SECTION bflb_sf_cfg_restore_gpio17_fun(uint8_t fun) in bflb_sf_cfg_restore_gpio17_fun() argument 802 return RomDriver_SF_Cfg_Restore_GPIO17_Fun(fun); in bflb_sf_cfg_restore_gpio17_fun()
|
| A D | bl602_glb.c | 1810 BL_Err_Type GLB_UART_Fun_Sel(GLB_UART_SIG_Type sig, GLB_UART_SIG_FUN_Type fun) in GLB_UART_Fun_Sel() argument 1816 CHECK_PARAM(IS_GLB_UART_SIG_FUN_TYPE(fun)); in GLB_UART_Fun_Sel() 1823 tmpVal |= (fun << sig_pos); in GLB_UART_Fun_Sel()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/ |
| A D | bl602_glb.h | 630 BL_Err_Type GLB_UART_Fun_Sel(GLB_UART_SIG_Type sig, GLB_UART_SIG_FUN_Type fun);
|
| A D | bl602_romdriver.h | 671 ((void (*)(uint8_t fun))ROM_APITABLE[ROM_API_INDEX_SF_Cfg_Restore_GPIO17_Fun])
|
| /bsp/stm32/stm32h7r7-artpi2/ |
| A D | README_en.md | 106 If you are interested in ART-Pi and have some fun projects you'd like to share with everyone, we we…
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/ |
| A D | bl616_glb.c | 1406 BL_Err_Type GLB_UART_Fun_Sel(GLB_UART_SIG_Type sig, GLB_UART_SIG_FUN_Type fun) in GLB_UART_Fun_Sel() argument 1412 CHECK_PARAM(IS_GLB_UART_SIG_FUN_TYPE(fun)); in GLB_UART_Fun_Sel() 1420 tmpVal |= (fun << sig_pos); in GLB_UART_Fun_Sel() 1428 tmpVal |= (fun << sig_pos); in GLB_UART_Fun_Sel()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/ |
| A D | bl702_glb.h | 771 BL_Err_Type GLB_UART_Fun_Sel(GLB_UART_SIG_Type sig, GLB_UART_SIG_FUN_Type fun);
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/ |
| A D | bl702_glb.c | 2690 BL_Err_Type GLB_UART_Fun_Sel(GLB_UART_SIG_Type sig, GLB_UART_SIG_FUN_Type fun) in GLB_UART_Fun_Sel() argument 2696 CHECK_PARAM(IS_GLB_UART_SIG_FUN_TYPE(fun)); in GLB_UART_Fun_Sel() 2703 tmpVal |= (fun << sig_pos); in GLB_UART_Fun_Sel()
|