Home
last modified time | relevance | path

Searched refs:get_callback_entry (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-latest/wiseconnect/components/protocol/wifi/src/
Dsl_wifi_callback_framework.c44 static sl_wifi_callback_entry_t *get_callback_entry(sl_wifi_event_group_t group);
51 sl_wifi_callback_entry_t *entry = get_callback_entry(group); in sl_wifi_set_callback()
62 sl_wifi_callback_entry_t *entry = get_callback_entry((sl_wifi_event_group_t)event); in sl_wifi_default_event_handler()
128 static sl_wifi_callback_entry_t *get_callback_entry(sl_wifi_event_group_t group) in get_callback_entry() function