Home
last modified time | relevance | path

Searched refs:void (Results 51 – 75 of 108) sorted by relevance

12345

/Zephyr-latest/cmake/sca/eclair/ECL/
Dextra.ecl8 -extra_definitions+="^(z_x86_user_string_nlen)_(fault_start|fault_end|fixup)\\(void\\)$"
Dtoolchain.ecl38 -doc="See Chapter \"6.24 Arithmetic on void- and Function-Pointers\" of "GCC_MANUAL"."
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst49 call_fn :Call extension function with prototype void fn(void). Syntax:
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst155 void tx_callback(const struct device *dev, int error, void *user_data)
190 void rx_callback_function(const struct device *dev, struct can_frame *frame, void *user_data)
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst114 extern void my_expiry_function(struct k_timer *timer_id);
137 void my_work_handler(struct k_work *work)
145 void my_timer_handler(struct k_timer *dummy)
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst158 static void work_handler(struct k_work *work)
291 void my_isr(void *arg)
300 void print_error(struct k_work *item)
429 static void work_handler(struct work *work)
436 (void)k_work_submit(work);
487 code should clearly document this, by (1) casting the return value to ``void``
496 (void)k_work_cancel_delayable(&pub->timer);
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake53 # Prohibit void pointer arithmetic. Illegal in C99
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt102 ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41
175 ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst48 void *data, size_t data_size)
150 void *data, size_t data_size)
273 casted to void.
/Zephyr-latest/boards/arduino/opta/doc/
Dindex.rst225 void setup() {
229 void loop() { }
/Zephyr-latest/doc/kernel/services/other/
Datomic.rst57 int call_counting_routine(void)
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst235 struct http_response_ctx *response_ctx, void *user_data)
345 int ws_setup(int sock, void *user_data)
391 uint8_t *buffer, size_t len, void *user_data)
Dmqtt.rst61 void mqtt_evt_handler(struct mqtt_client *client,
Dmqtt_sn.rst61 static void evt_cb(struct mqtt_sn_client *client,
/Zephyr-latest/subsys/logging/
DKconfig.misc73 casted to the pointer of another type (e.g. void *). With this feature
/Zephyr-latest/doc/services/logging/
Dindex.rst226 static inline void foo(void)
288 void foo_init(foo_object *f)
298 static inline void foo_init(foo_object *f)
327 int main(void)
775 (e.g., ``void *``) when it is used with ``%p`` format specifier.
780 LOG_WRN("%p", (void *)str);
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake39 # Prohibit void pointer arithmetic. Illegal in C99
/Zephyr-latest/doc/services/llext/
Dload.rst58 The returned ``void *`` can then be cast to the appropriate type and used.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst31 static void rpr_scan_report(struct bt_mesh_rpr_cli *cli,
/Zephyr-latest/doc/connectivity/usb/device_next/
Dusb_device.rst256 static void interrupt_handler(const struct device *dev, void *user_data)
/Zephyr-latest/doc/kernel/memory_management/
Dsys_mem_blocks.rst169 sys_mem_blocks_t *choice_fn(struct sys_multi_mem_blocks *group, void *cfg)
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
DREADME.md115 Add the line below in `int main(void)`, just before the line `while(1)`:
/Zephyr-latest/doc/services/portability/posix/overview/
Dindex.rst97 void megasleep(size_t megaseconds)
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst21 taking a ``void *mem`` pointer instead of a ``void **mem`` double-pointer.
71 the Zephyr required type -- ``int main(void)``.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst80 void my_init_impl(struct conn_mgr_conn_binding *const binding) {
151 … your connectivity implementation does not need a context pointer, simply declare the type as void:
155 #define MY_CONNECTIVITY_IMPL_CTX_TYPE void *

12345