Home
last modified time | relevance | path

Searched refs:handlers (Results 26 – 50 of 132) sorted by relevance

123456

/Zephyr-latest/doc/services/storage/settings/
Dindex.rst32 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/
DKconfig22 trigger handlers; set this option to use dedicated work queue instead.
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c438 } 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/
Dsmp_group_10.rst304 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/
Dmain.c102 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/
Dgen_syscalls.py480 handlers = []
491 handlers.append(handler)
510 for name in handlers
/Zephyr-latest/tests/net/udp/src/
Dmain.c415 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/
DKconfig28 trigger handlers; set this option to use dedicated work queue instead.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dop_agg_srv.rst23 respective models and their message handlers. Current implementation assumes that
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbttester.h53 const struct btp_handler *handlers,
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c1071 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/
Dmcumgr_callbacks.rst76 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/
Desp.h421 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/
Dmain.c409 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/
DKconfig24 bool "dynamic settings handlers"
27 Enables the use of dynamic settings handlers
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c627 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/
Dia32.cmake119 # Must be last so that soc/ can override default exception handlers
/Zephyr-latest/boards/arduino/due/doc/
Dindex.rst43 need handlers.
49 identifies the handlers used for each exception.
/Zephyr-latest/doc/services/sensing/
Dindex.rst167 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/
DKconfig35 instruction and data abort exception handlers.
186 instruction and data abort exception handlers.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dfetch_and_get.rst51 handlers. Either the trigger handler is run using the system work queue thread
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst75 frame. So there are six separate exception handlers to spill/fill
88 pointer. This is so that the callee (and exception handlers invoked
DCMakeLists.txt89 # Similar: auto-generate interrupt handlers
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig16 bool "MCUmgr handlers for file management"
20 Enables MCUmgr handlers for file management
/Zephyr-latest/doc/kernel/services/
Dindex.rst15 requirements (such as a set of interrupt handlers and a single background task).

123456