Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/zbus/
Dzbus.c152 _ZBUS_ASSERT(false, "Unreachable"); in _zbus_notify_observer()
174 _ZBUS_ASSERT(buf != NULL, "net_buf zbus_msg_subscribers_pool is " in _zbus_vded_exec()
191 _ZBUS_ASSERT(observation != NULL, "observation must be not NULL"); in _zbus_vded_exec()
285 _ZBUS_ASSERT(!k_is_in_isr(), "cannot attach to an ISR"); in zbus_obs_attach_to_thread()
286 _ZBUS_ASSERT(obs != NULL, "obs is required"); in zbus_obs_attach_to_thread()
303 _ZBUS_ASSERT(!k_is_in_isr(), "cannot detach from an ISR"); in zbus_obs_detach_from_thread()
304 _ZBUS_ASSERT(obs != NULL, "obs is required"); in zbus_obs_detach_from_thread()
381 _ZBUS_ASSERT(chan != NULL, "chan is required"); in zbus_chan_pub()
382 _ZBUS_ASSERT(msg != NULL, "msg is required"); in zbus_chan_pub()
417 _ZBUS_ASSERT(chan != NULL, "chan is required"); in zbus_chan_read()
[all …]
Dzbus_runtime_observers.c18 _ZBUS_ASSERT(!k_is_in_isr(), "ISR blocked"); in zbus_chan_add_obs()
19 _ZBUS_ASSERT(chan != NULL, "chan is required"); in zbus_chan_add_obs()
20 _ZBUS_ASSERT(obs != NULL, "obs is required"); in zbus_chan_add_obs()
75 _ZBUS_ASSERT(!k_is_in_isr(), "ISR blocked"); in zbus_chan_rm_obs()
76 _ZBUS_ASSERT(chan != NULL, "chan is required"); in zbus_chan_rm_obs()
77 _ZBUS_ASSERT(obs != NULL, "obs is required"); in zbus_chan_rm_obs()
DKconfig76 …This configuration enables the developer to change the _ZBUS_ASSERT behavior. When this configurat…
77 …enabled, _ZBUS_ASSERT returns -EFAULT instead of assert. It makes it more straightforward to test …
/Zephyr-latest/include/zephyr/zbus/
Dzbus.h194 #define _ZBUS_ASSERT(_cond, _fmt, ...) \ macro
204 #define _ZBUS_ASSERT(_cond, _fmt, ...) __ASSERT(_cond, _fmt, ##__VA_ARGS__) macro
941 _ZBUS_ASSERT(obs != NULL, "obs is required"); in zbus_obs_is_enabled()
942 _ZBUS_ASSERT(enable != NULL, "enable is required"); in zbus_obs_is_enabled()