Home
last modified time | relevance | path

Searched refs:void (Results 76 – 100 of 108) sorted by relevance

12345

/Zephyr-latest/doc/services/shell/
Dindex.rst299 size_t argc, char **argv, void *data)
356 static void dynamic_cmd_get(size_t idx,
406 int main(void)
791 int main(void)
/Zephyr-latest/arch/riscv/
DKconfig190 ``void __soc_save_context(soc_esf_t *state);``
192 ``void __soc_restore_context(soc_esf_t *state);``
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst56 __syscall void k_sem_init(struct k_sem *sem, unsigned int initial_count,
179 … static inline void k_sem_init(struct k_sem * sem, unsigned int initial_count, unsigned int limit)
191 This generates an inline function that takes three arguments with void
552 int z_vrfy_get_data_from_kernel(void *buf, size_t size)
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake46 # Prohibit void pointer arithmetic. Illegal in C99
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst278 static void rd_client_event(struct lwm2m_ctx *client,
377 (void)memset(&client, 0x0, sizeof(client));
461 (void)memset(&client, 0x0, sizeof(client));
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst244 static void int_in_ready_cb(const struct device *dev)
255 static void status_cb(enum usb_dc_status_code status, const uint8_t *param)
285 int main(void)
/Zephyr-latest/doc/services/pm/
Ddevice.rst377 static void timer_expire_cb(struct k_timer *timer)
386 void test_driver_async_operation(const struct device *dev)
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst103 cannot fail, and thus, return void or some other type.
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst309 void my_wait_for_event(struct my_subsys *obj, int32_t timeout_in_ms)
335 void my_wait_for_event(struct my_subsys *obj, k_timeout_t timeout)
/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst243 23 int main(void)
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst102 __ASSERT_EVAL ((void) foo(),
/Zephyr-latest/doc/kernel/memory_management/
Ddemand_paging.rst46 The data type will always be ``void *`` or in some cases ``uint8_t *``
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst231 * :c:macro:`INPUT_CALLBACK_DEFINE` has now an extra ``user_data`` void pointer
233 the current behavior it can be set to ``NULL``. A ``void *user_data``
Dmigration-guide-4.1.rst390 …additional ``user_data`` parameter, which is a void pointer. This parameter can be used to referen…
Drelease-notes-3.4.rst168 * The declaration of :c:func:`main` has been changed from ``void
169 main(void)`` to ``int main(void)``. The main function is required to
261 The new callback signature is ``int f(void)``. A utility script to
Dmigration-guide-3.6.rst594 :c:func:`lorawan_register_battery_level_callback` and the return type is now ``void``. This
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake430 file(APPEND ${STEERING_C} "\nint __armlink_symbol_steering(void) {\n")
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst34 ``int``. Your ``main()`` must be defined as ``int main(void)`` or
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst381 …- `DCL20-C <https://wiki.sei.cmu.edu/confluence/display/c/DCL20-C.+Explicitly+specify+void+when+a…
548 - A cast shall not be performed between pointer to void and an arithmetic type
774 …- All exit paths from a function with non-void return type shall have an explicit return statemen…
795 - The value returned by a function having non-void return type shall be used
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst220 void init_my_struct {
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst106 void *i2c_0 = DT_INST(0, vnd_soc_i2c);
/Zephyr-latest/doc/
Dzephyr.doxyfile.in2525 "ZTEST(suite, fn)=void fn(void)" \
2526 "ZTEST_USER(suite, fn)=void fn(void)" \
2527 "ZTEST_USER_F(suite, fn)=void fn(void)" \
2528 "ZTEST_F(suite, fn)=void fn(void)"
/Zephyr-latest/doc/hardware/porting/
Darch.rst136 void (*isr)(void *parameter)
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig1098 application code as void \"bt_ctlr_assert_handle(char \*, int)\"
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst1178 For example all the callbacks for the VCP Volume Renderer have the return type of ``void``,

12345