/Zephyr-latest/doc/services/storage/settings/ |
D | index.rst | 32 Settings handlers for subtree implement a set of handler functions. 34 dynamic handlers or defined using a call to :c:macro:`SETTINGS_STATIC_HANDLER_DEFINE()` 35 for static handlers. 57 Settings handlers also have a commit priority ``cprio`` that allows to prioritize 61 Settings handlers ``h_commit`` routines are by default initialized with ``cprio = 0``, 63 :c:func:`settings_register_with_cprio()` for dynamic handlers or using a call to 64 :c:macro:`SETTINGS_STATIC_HANDLER_DEFINE_WITH_CPRIO()` for static handlers. The 70 Backends are meant to load and save data to/from setting handlers, and
|
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_adc_cmp_npcx/ |
D | Kconfig | 22 trigger handlers; set this option to use dedicated work queue instead.
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_hf.c | 438 } handlers[] = { variable 447 for (i = 0; i < ARRAY_SIZE(handlers); i++) { in hfp_hf_unsol_lookup() 448 if (!strncmp(hf_at->buf, handlers[i].cmd, in hfp_hf_unsol_lookup() 449 strlen(handlers[i].cmd))) { in hfp_hf_unsol_lookup() 450 return &handlers[i]; in hfp_hf_unsol_lookup()
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_10.rst | 304 as the name and number of handlers. A device can specify an allow list of groups to return details 308 The optional name and number of handlers can be enabled/disabled with 377 (str,opt)"handlers" : (uint) 416 | "handlers" | the number of handlers that the MCUmgr command group supports. |
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 102 const struct cmd_handler *handlers, size_t num_handlers) in cmd_handle_helper() argument 105 const struct cmd_handler *handler = &handlers[i]; in cmd_handle_helper() 125 const struct cmd_handler *handlers, size_t num_handlers) in cmd_handle() argument 137 err = cmd_handle_helper(opcode, cmd, &evt, handlers, num_handlers); in cmd_handle()
|
/Zephyr-latest/scripts/build/ |
D | gen_syscalls.py | 480 handlers = [] 491 handlers.append(handler) 510 for name in handlers
|
/Zephyr-latest/tests/net/udp/src/ |
D | main.c | 415 struct net_conn_handle *handlers[CONFIG_NET_MAX_CONN]; in ZTEST() local 497 &handlers[i]); \ in ZTEST() 503 user_data.handle = handlers[i++]; \ in ZTEST() 643 ret = net_udp_unregister(handlers[i]); in ZTEST()
|
/Zephyr-latest/drivers/sensor/ite/ite_vcmp_it8xxx2/ |
D | Kconfig | 28 trigger handlers; set this option to use dedicated work queue instead.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_srv.rst | 23 respective models and their message handlers. Current implementation assumes that
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | bttester.h | 53 const struct btp_handler *handlers,
|
/Zephyr-latest/drivers/modem/ |
D | wncm14a2a.c | 1071 static const struct cmd_handler handlers[] = { in wncm14a2a_rx() local 1129 for (i = 0; i < ARRAY_SIZE(handlers); i++) { in wncm14a2a_rx() 1130 if (net_buf_ncmp(rx_buf, handlers[i].cmd, in wncm14a2a_rx() 1131 handlers[i].cmd_len) == 0) { in wncm14a2a_rx() 1134 handlers[i].cmd, len); in wncm14a2a_rx() 1138 handlers[i].cmd_len); in wncm14a2a_rx() 1149 if (handlers[i].func) { in wncm14a2a_rx() 1150 handlers[i].func(&rx_buf, len); in wncm14a2a_rx()
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 76 handlers, events can be combined that are in the same group only, for example 134 allowed or denied. With these handlers, the first non-OK error code returned 161 * further handlers 168 /* Return a no entry error code to the client, call additional handlers 205 (which can be modified by handlers). If no data needs to be passed back, 262 /* All handlers returned success codes */
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.h | 421 const struct modem_cmd *handlers, in esp_cmd_send() argument 426 handlers, handlers_len, buf, &data->sem_response, in esp_cmd_send()
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/enum_mgmt/src/ |
D | main.c | 409 uint32_t handlers = 0; in parse_details_entries() local 417 ZCBOR_MAP_DECODE_KEY_DECODER("handlers", zcbor_uint32_decode, &handlers), in parse_details_entries() 434 handlers = 0; in parse_details_entries() 483 if (handlers == entry_data[index].expected_handlers) { in parse_details_entries()
|
/Zephyr-latest/subsys/settings/ |
D | Kconfig | 24 bool "dynamic settings handlers" 27 Enables the use of dynamic settings handlers
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 627 static const struct btp_handler handlers[] = { variable 673 tester_register_command_handlers(BTP_SERVICE_ID_L2CAP, handlers, in tester_init_l2cap() 674 ARRAY_SIZE(handlers)); in tester_init_l2cap()
|
/Zephyr-latest/arch/x86/ |
D | ia32.cmake | 119 # Must be last so that soc/ can override default exception handlers
|
/Zephyr-latest/boards/arduino/due/doc/ |
D | index.rst | 43 need handlers. 49 identifies the handlers used for each exception.
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 167 The ``Sensing Subsystem`` will auto open and create ``handlers`` for client sensor 169 ``Sensor clients`` can get it's reporters' handlers via :c:func:`sensing_sensor_get_reporters`. 177 generated by Sensing Subsystem according devicetree definitions, handlers between client sensor
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | Kconfig | 35 instruction and data abort exception handlers. 186 instruction and data abort exception handlers.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 51 handlers. Either the trigger handler is run using the system work queue thread
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 75 frame. So there are six separate exception handlers to spill/fill 88 pointer. This is so that the callee (and exception handlers invoked
|
D | CMakeLists.txt | 89 # Similar: auto-generate interrupt handlers
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 16 bool "MCUmgr handlers for file management" 20 Enables MCUmgr handlers for file management
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 15 requirements (such as a set of interrupt handlers and a single background task).
|