Searched defs:mon (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/lib/utils/ |
D | onoff.c | 160 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/ |
D | cts.h | 46 uint8_t mon; member
|
/Zephyr-latest/tests/boards/nrf/mram_latency/src/ |
D | main.c | 41 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/ |
D | main.c | 71 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/ |
D | rtc_ifx_cat1.c | 211 uint32_t mon = timeptr->tm_mon + 1; in ifx_cat1_rtc_set_time() local
|
/Zephyr-latest/tests/lib/onoff/src/ |
D | main.c | 24 struct onoff_monitor *mon, in trans_callback() 306 static struct onoff_monitor mon = {}; in ZTEST() local
|
/Zephyr-latest/subsys/net/ip/ |
D | net_if.c | 993 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
|