Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 25 of 31) sorted by relevance

12

/bsp/amebaz/drivers/wlan/
A Ddrv_wlan.c23 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 Ddrv_wlan.h102 int rthw_wifi_scan(scan_callback_fn fun, void *data);
A Ddrv_wifi.c45 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 Ddrv_pl041.c32 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 Ddrv_pl041.h219 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 Dtimer.c139 void timer_register_callback(timer_callback_t fun) in timer_register_callback() argument
141 timer_callback = fun; in timer_register_callback()
A Dtimer.h179 void timer_register_callback(timer_callback_t fun);
/bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/
A Dquad_decoder.c274 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 Dquad_decoder.h250 quad_decoder_callback_t fun);
/bsp/samd21/sam_d2x_asflib/sam0/drivers/aon_sleep_timer/
A Daon_sleep_timer.c134 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 Daon_sleep_timer.h195 void aon_sleep_timer_register_callback(aon_sleep_timer_callback_t fun);
/bsp/samd21/sam_d2x_asflib/sam0/drivers/dualtimer/
A Ddualtimer.c301 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 Ddualtimer.h338 void dualtimer_register_callback(enum dualtimer_timer timer, dualtimer_callback_t fun);
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_gpio.h171 #define IS_GPIO_FUN(fun) (fun <= 0xff) argument
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/flash/
A Dbflb_sf_cfg.h189 void bflb_sf_cfg_restore_gpio17_fun(uint8_t fun);
/bsp/stm32/stm32h563-st-nucleo/
A Dsyscall_rvds.lst46 33 0000000E F7FF FFFE BL rt_secure_svc_handle ; call fun
A Dcontext_rvds.lst194 123 00000056 ;call TrustZone fun, Save TrustZone stack
207 fun
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_romapi.c800 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 Dbl602_glb.c1810 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 Dbl602_glb.h630 BL_Err_Type GLB_UART_Fun_Sel(GLB_UART_SIG_Type sig, GLB_UART_SIG_FUN_Type fun);
A Dbl602_romdriver.h671 ((void (*)(uint8_t fun))ROM_APITABLE[ROM_API_INDEX_SF_Cfg_Restore_GPIO17_Fun])
/bsp/stm32/stm32h7r7-artpi2/
A DREADME_en.md106 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 Dbl616_glb.c1406 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 Dbl702_glb.h771 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 Dbl702_glb.c2690 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()

Completed in 44 milliseconds

12