Searched refs:void (Results 76 – 100 of 108) sorted by relevance
12345
/Zephyr-latest/doc/services/shell/ |
D | index.rst | 299 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/ |
D | Kconfig | 190 ``void __soc_save_context(soc_esf_t *state);`` 192 ``void __soc_restore_context(soc_esf_t *state);``
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 56 __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/ |
D | compiler_flags.cmake | 46 # Prohibit void pointer arithmetic. Illegal in C99
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 278 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/ |
D | usb_device.rst | 244 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/ |
D | device.rst | 377 static void timer_expire_cb(struct k_timer *timer) 386 void test_driver_async_operation(const struct device *dev)
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 103 cannot fail, and thus, return void or some other type.
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 309 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/ |
D | gdbstub.rst | 243 23 int main(void)
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 102 __ASSERT_EVAL ((void) foo(),
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | demand_paging.rst | 46 The data type will always be ``void *`` or in some cases ``uint8_t *``
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.0.rst | 231 * :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``
|
D | migration-guide-4.1.rst | 390 …additional ``user_data`` parameter, which is a void pointer. This parameter can be used to referen…
|
D | release-notes-3.4.rst | 168 * 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
|
D | migration-guide-3.6.rst | 594 :c:func:`lorawan_register_battery_level_callback` and the return type is now ``void``. This
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 430 file(APPEND ${STEERING_C} "\nint __armlink_symbol_steering(void) {\n")
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 34 ``int``. Your ``main()`` must be defined as ``int main(void)`` or
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 381 …- `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/ |
D | ring_buffers.rst | 220 void init_my_struct {
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 106 void *i2c_0 = DT_INST(0, vnd_soc_i2c);
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2525 "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/ |
D | arch.rst | 136 void (*isr)(void *parameter)
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 1098 application code as void \"bt_ctlr_assert_handle(char \*, int)\"
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 1178 For example all the callbacks for the VCP Volume Renderer have the return type of ``void``,
|
12345