Home
last modified time | relevance | path

Searched defs:mon (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/lib/utils/
Donoff.c160 struct onoff_monitor *mon; in notify_monitors() local
569 struct onoff_monitor *mon) in onoff_monitor_register()
587 struct onoff_monitor *mon) in onoff_monitor_unregister()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h46 uint8_t mon; member
/Zephyr-latest/tests/boards/nrf/mram_latency/src/
Dmain.c41 static void monitor_cb(struct onoff_manager *mgr, struct onoff_monitor *mon, uint32_t state, in monitor_cb()
/Zephyr-latest/tests/drivers/rtc/shell/src/
Dmain.c71 static void assert_set_time(int year, int mon, int mday, int hour, int min, int sec) in assert_set_time()
/Zephyr-latest/drivers/rtc/
Drtc_ifx_cat1.c211 uint32_t mon = timeptr->tm_mon + 1; in ifx_cat1_rtc_set_time() local
/Zephyr-latest/tests/lib/onoff/src/
Dmain.c24 struct onoff_monitor *mon, in trans_callback()
306 static struct onoff_monitor mon = {}; in ZTEST() local
/Zephyr-latest/subsys/net/ip/
Dnet_if.c993 void net_if_mcast_mon_register(struct net_if_mcast_monitor *mon, in net_if_mcast_mon_register()
1008 void net_if_mcast_mon_unregister(struct net_if_mcast_monitor *mon) in net_if_mcast_mon_unregister()
1021 struct net_if_mcast_monitor *mon, *tmp; in net_if_mcast_monitor() local