Home
last modified time | relevance | path

Searched refs:void (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-latest/tests/unit/math_extras/
Dtests.inc11 static void VNAME(u32_add)(void)
35 static void VNAME(u32_mul)(void)
53 static void VNAME(u64_add)(void)
77 static void VNAME(u64_mul)(void)
95 static void VNAME(size_add)(void)
119 static void VNAME(size_mul)(void)
137 static void VNAME(u32_clz)(void)
146 static void VNAME(u64_clz)(void)
158 static void VNAME(u32_ctz)(void)
169 static void VNAME(u64_ctz)(void)
/Zephyr-latest/scripts/coccinelle/
Dignore_return.cocci1 /// Cast void to memset to ignore its return value
4 //# cast it to void to explicitly ignore while adhering to MISRA-C.
17 + (void)
20 + (void)
Dfind_functions.cocci9 // separate dicts: one storing all function having 1+ void* parameter
11 // of the void* parameter in the first dict, and the actual number of
37 if prm.startswith("void *"):
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst68 static void bound_cb(void *priv)
73 static void recv_cb(const void *data, size_t len, void *priv)
86 int main(void)
118 static void bound_cb(void *priv)
123 static void recv_cb_nocopy(const void *data, size_t len, void *priv)
127 ret = ipc_service_hold_rx_buffer(&ept0, (void *)data);
129 ret = ipc_service_release_rx_buffer(&ept0, (void *)data);
140 int main(void)
150 void *data;
/Zephyr-latest/doc/services/net_buf/
Dindex.rst75 void *net_buf_add(struct net_buf *buf, size_t len);
76 void *net_buf_add_mem(struct net_buf *buf, const void *mem, size_t len);
78 void net_buf_add_le16(struct net_buf *buf, uint16_t value);
79 void net_buf_add_le32(struct net_buf *buf, uint32_t value);
88 void *net_buf_remove_mem(struct net_buf *buf, size_t len);
100 void *net_buf_push(struct net_buf *buf, size_t len);
101 void *net_buf_push_mem(struct net_buf *buf, const void *mem, size_t len);
102 void net_buf_push_u8(struct net_buf *buf, uint8_t value);
103 void net_buf_push_le16(struct net_buf *buf, uint16_t value);
112 void *net_buf_pull(struct net_buf *buf, size_t len);
[all …]
/Zephyr-latest/doc/services/smf/
Dindex.rst22 follows: ``void funct(void *obj)``, where the ``obj`` parameter is a user
196 static void s0_entry(void *o)
200 static void s0_run(void *o)
204 static void s0_exit(void *o)
210 static void s1_run(void *o)
214 static void s1_exit(void *o)
220 static void s2_entry(void *o)
224 static void s2_run(void *o)
238 int main(void)
304 static void parent_entry(void *o)
[all …]
/Zephyr-latest/boards/nordic/nrf9280pdk/support/
Dnrf9280_cpurad.JLinkScript4 int ConfigTargetSettings(void)
12 int SetupTarget(void)
Dnrf9280_cpuapp.JLinkScript4 int SetupTarget(void)
/Zephyr-latest/boards/nordic/nrf54h20dk/support/
Dnrf54h20_cpurad.JLinkScript4 int ConfigTargetSettings(void)
12 int SetupTarget(void)
Dnrf54h20_cpuapp.JLinkScript4 int SetupTarget(void)
Dnrf54h20_cpuflpr.JLinkScript1 int InitTarget(void) {
Dnrf54h20_cpuppr.JLinkScript1 int InitTarget(void) {
/Zephyr-latest/doc/kernel/services/synchronization/
Devents.rst81 void input_available_interrupt_handler(void *arg)
100 void input_available_interrupt_handler(void *arg)
122 void consumer_thread(void)
141 void consumer_thread(void)
Dsemaphores.rst88 void input_data_interrupt_handler(void *arg)
107 void consumer_thread(void)
/Zephyr-latest/samples/modules/thrift/hello/
Dhello.thrift8 void ping();
/Zephyr-latest/boards/nordic/nrf54l15dk/support/
Dnrf54l_05_10_15_cpuflpr.JLinkScript1 int InitTarget(void) {
/Zephyr-latest/doc/kernel/services/
Dpolling.rst113 void some_init(void)
158 void do_stuff(void)
184 void do_stuff(void)
225 void do_stuff(void)
239 void do_stuff(void)
263 void signal_do_stuff(void)
276 void do_stuff(void)
Dinterrupts.rst275 void my_isr(void *arg)
280 void my_isr_installer(void)
296 void my_isr_installer(void)
348 void my_isr_installer(void)
376 void my_first_isr(void *arg)
381 void my_second_isr(void *arg)
386 void my_isr_installer(void)
422 void my_first_isr(void *arg)
427 void my_second_isr(void *arg)
432 void my_isr_installer(void)
[all …]
/Zephyr-latest/doc/kernel/object_cores/
Dindex.rst109 void my_obj_type_init(void)
127 void my_new_obj_init(struct my_new_obj *new_obj)
146 int walk_op(struct k_obj_core *obj_core, void *data)
158 void print_object_addresses(void)
184 void my_func(void)
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt_filter.rst64 void install_my_filter(void)
83 void install_my_filter(void) {
Dnet_mgmt.rst99 void callback_handler(struct net_mgmt_event_callback *cb,
116 void register_cb(void)
142 static void event_handler(uint32_t mgmt_event, struct net_if *iface,
143 void *info, size_t info_length,
144 void *user_data)
187 void *data, size_t len);
Dcoap_server.rst142 static void notify_observers(struct k_work *work);
208 static void temp_notify(struct coap_resource *resource, struct coap_observer *observer)
221 static void notify_observers(struct k_work *work)
246 void coap_event_handler(uint32_t mgmt_event, struct net_if *iface,
247 void *info, size_t info_length, void *user_data)
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst105 void producer_thread(void)
145 void consumer_thread(void)
186 void monitor_thread(void)
206 void monitor_thread(void)
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst104 const void *config;
105 const void *api;
106 void * const data;
138 typedef void (*subsystem_do_that_t)(const struct device *dev, void *baz);
150 static inline void subsystem_do_that(const struct device *dev, void *baz)
166 static void my_driver_do_that(const struct device *dev, void *baz)
216 static int generic_do_this(const struct device *dev, void *arg)
279 typedef void (*my_driver_config_irq_t)(const struct device *dev);
290 void my_driver_isr(const struct device *dev)
318 static void my_driver_config_irq_0(const struct device *dev)
[all …]
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt137 void tm_initialize(void (*test_initialization_function)(void));
144 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void));
161 void tm_thread_relinquish(void);
166 void tm_thread_sleep(int seconds);

12345