/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 16 bool "Mcumgr handlers for OS management" 19 Enables MCUmgr handlers for OS management
|
/Zephyr-latest/arch/xtensa/ |
D | Kconfig | 26 bool "Automatically generate interrupt handlers" 54 handlers to the end of vector table, renaming them to
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.hl7800 | 328 bool "GPS command and handlers" 335 bool "PoLTE commands and handlers"
|
D | hl7800.c | 4658 static const struct cmd_handler handlers[] = { in hl7800_rx() local 4781 for (i = 0; i < ARRAY_SIZE(handlers); i++) { in hl7800_rx() 4784 handlers[i].cmd, in hl7800_rx() 4785 handlers[i].cmd_len); in hl7800_rx() 4788 strncmp(rx_msg, handlers[i].cmd, in hl7800_rx() 4789 handlers[i].cmd_len); in hl7800_rx() 4799 handlers[i].cmd_len); in hl7800_rx() 4810 handlers[i].cmd, len); in hl7800_rx() 4812 if (handlers[i].func) { in hl7800_rx() 4814 handlers[i].func( in hl7800_rx()
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 296 int "The maximum number of state-changed callback handlers" 299 The maximum number of state-changed callback handlers
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 114 handlers = { 119 handler = handlers[platform.system()]
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 16 bool "Mcumgr handlers for image management" 24 Enables MCUmgr handlers for image management
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 30 from twisterlib.handlers import ( 120 reload(twisterlib.handlers) 1276 twisterlib.handlers.terminate_process = mock.Mock() 1306 twisterlib.handlers.terminate_process.assert_called_once() 1464 twisterlib.handlers.terminate_process = mock.Mock()
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | linker.ld | 25 * Extra efforts would need to be taken to ensure the IRQ handlers are within
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 93 int "Set buffer size for Standard, Class and Vendor request handlers"
|
/Zephyr-latest/doc/kernel/usermode/ |
D | overview.rst | 91 kernel-defined system calls and interrupt handlers. 186 process, this code will not be able to install interrupt handlers,
|
/Zephyr-latest/soc/espressif/esp32/ |
D | mcuboot.ld | 182 /* C++ exception handlers table: */
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | mcuboot.ld | 179 /* C++ exception handlers table: */
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | mcuboot.ld | 179 /* C++ exception handlers table: */
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | mcuboot.ld | 179 /* C++ exception handlers table: */
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | mcuboot.ld | 156 /* C++ exception handlers table: */
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | mcuboot.ld | 188 /* C++ exception handlers table: */
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | linker.ld | 22 * Extra efforts would need to be taken to ensure the IRQ handlers are within
|
/Zephyr-latest/boards/arm/v2m_beetle/doc/ |
D | index.rst | 92 identifies the handlers used for each exception.
|
/Zephyr-latest/arch/x86/core/ |
D | Kconfig.ia32 | 160 Installing interrupt handlers with irq_connect_dynamic() requires
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 1340 } handlers[] = { variable 1380 for (i = 0; i < ARRAY_SIZE(handlers); i++) { in bt_sdp_recv() 1381 if (hdr->op_code != handlers[i].op_code) { in bt_sdp_recv() 1385 err = handlers[i].func(sdp, buf, sys_be16_to_cpu(hdr->tid)); in bt_sdp_recv()
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 183 malloc, but only supports a small number (32) of exit handlers.
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 1772 static const struct btp_handler handlers[] = { variable 1971 tester_register_command_handlers(BTP_SERVICE_ID_GAP, handlers, in tester_init_gap() 1972 ARRAY_SIZE(handlers)); in tester_init_gap()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testinstance.py | 25 from twisterlib.handlers import (
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_mgmt.rst | 23 procedures are not used. Instead, defined procedure handlers are
|