/Zephyr-latest/samples/subsys/edac/src/ |
D | main.c | 19 static atomic_t handled; variable 30 atomic_set(&handled, true); in notification_callback() 56 if (atomic_cas(&handled, true, false)) { in thread_function()
|
/Zephyr-latest/tests/subsys/logging/log_blocking/src/ |
D | main.c | 33 uint32_t handled; member 87 ++mock_backend.handled; in handle_output() 156 TC_PRINT("Log backend handled %u messages\n", mock_backend.handled); in print_output() 209 zassert_equal(mock_backend.handled, CONFIG_TEST_NUM_LOGS, "handled %u / %u logs", in ZTEST() 210 mock_backend.handled, CONFIG_TEST_NUM_LOGS); in ZTEST()
|
/Zephyr-latest/lib/smf/ |
D | smf.c | 21 bool handled: 1; member 150 if (internal->new_state || internal->handled) { in smf_execute_ancestor_run_actions() 152 internal->handled = false; in smf_execute_ancestor_run_actions() 170 if (internal->new_state || internal->handled) { in smf_execute_ancestor_run_actions() 177 internal->handled = false; in smf_execute_ancestor_run_actions() 228 internal->handled = false; in smf_set_initial() 380 internal->handled = true; in smf_set_handled()
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 19 options are handled by the build system in the trusted-firmware-m 30 options are handled by the build system in the trusted-firmware-m 41 options are handled by the build system in the trusted-firmware-m 53 options are handled by the build system in the trusted-firmware-m 64 options are handled by the build system in the trusted-firmware-m 76 options are handled by the build system in the trusted-firmware-m
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_rpi_pico.c | 302 uint32_t handled = 0; in udc_rpi_isr() local 325 handled |= USB_INTS_BUFF_STATUS_BITS; in udc_rpi_isr() 330 handled |= USB_INTS_SETUP_REQ_BITS; in udc_rpi_isr() 338 handled |= USB_INTS_DEV_CONN_DIS_BITS; in udc_rpi_isr() 360 handled |= USB_INTS_VBUS_DETECT_BITS; in udc_rpi_isr() 376 handled |= USB_INTS_BUS_RESET_BITS; in udc_rpi_isr() 396 handled |= USB_INTS_DEV_SUSPEND_BITS; in udc_rpi_isr() 402 handled |= USB_INTR_DEV_RESUME_FROM_HOST_BITS; in udc_rpi_isr() 410 handled |= USB_INTS_ERROR_DATA_SEQ_BITS; in udc_rpi_isr() 416 handled |= USB_INTS_ERROR_RX_TIMEOUT_BITS; in udc_rpi_isr() [all …]
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_rpi_pico.c | 596 uint32_t handled = 0; in rpi_pico_isr_handler() local 599 handled |= USB_INTS_DEV_SOF_BITS; in rpi_pico_isr_handler() 606 handled |= USB_INTS_DEV_CONN_DIS_BITS; in rpi_pico_isr_handler() 630 handled |= USB_INTR_DEV_RESUME_FROM_HOST_BITS; in rpi_pico_isr_handler() 638 handled |= USB_INTS_DEV_SUSPEND_BITS; in rpi_pico_isr_handler() 645 handled |= USB_INTS_BUS_RESET_BITS; in rpi_pico_isr_handler() 653 handled |= USB_INTS_ERROR_DATA_SEQ_BITS; in rpi_pico_isr_handler() 661 handled |= USB_INTS_ERROR_RX_TIMEOUT_BITS; in rpi_pico_isr_handler() 670 handled |= USB_INTS_ERROR_RX_OVERFLOW_BITS; in rpi_pico_isr_handler() 677 handled |= USB_INTS_ERROR_BIT_STUFF_BITS; in rpi_pico_isr_handler() [all …]
|
/Zephyr-latest/boards/native/common/extra_args/ |
D | Kconfig | 8 Extra command line options/arguments which will be handled like if they were passed to the
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | compiler_flags.cmake | 4 # Required ASM flags when using armclang, this should be handled by CMake, but
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | Kconfig | 21 Specify the maximum rate at which log messages will be handled by
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.npcx | 22 handled. After this time window, the watchdog reset triggers
|
D | Kconfig.it8xxx2 | 20 handled. After this time window, the watchdog reset triggers
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.gt911 | 34 Maximum number of touch points to be handled.
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | spi.c | 133 bool handled = false; in bt_spi_handle_vendor_evt() local 138 handled = true; in bt_spi_handle_vendor_evt() 143 return handled; in bt_spi_handle_vendor_evt()
|
/Zephyr-latest/boards/arm/v2m_musca_b1/doc/ |
D | index.rst | 138 | 8 | Reserved | | not handled | 140 | 9 | Reserved | | not handled | 142 | 10 | Reserved | | not handled | 151 | 13 | Reserved | | not handled | 157 | 16 | Reserved | | not handled | 159 | 17 | Reserved | | not handled | 161 | 18 | Reserved | | not handled |
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.ads114s0x | 36 The GPIO functionality is handled by the ADS114S0x GPIO
|
D | Kconfig.lmp90xxx | 51 The GPIO functionality is handled by the LMP90xxx GPIO
|
/Zephyr-latest/cmake/linker_script/common/ |
D | thread-local-storage.cmake | 23 # This scheme is not yet handled
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | Kconfig | 44 Upper size limit for connections handled by zperf.
|
/Zephyr-latest/boards/arm/v2m_musca_s1/doc/ |
D | index.rst | 135 | 8 | Reserved | | not handled | 137 | 9 | Reserved | | not handled | 139 | 10 | Reserved | | not handled | 148 | 13 | Reserved | | not handled | 154 | 16 | Reserved | | not handled | 156 | 17 | Reserved | | not handled | 158 | 18 | Reserved | | not handled |
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.ht16k33 | 23 The keyscan functionality itself is handled by the
|
/Zephyr-latest/doc/build/kconfig/ |
D | index.rst | 7 for specific application and platform needs. Configuration is handled through
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp.c | 93 bool handled = false; in gptp_handle_critical_msg() local 112 return handled; in gptp_handle_critical_msg() 120 handled = true; in gptp_handle_critical_msg() 127 return handled; in gptp_handle_critical_msg()
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv4 | 122 ICMPv4 Echo request. Only RecordRoute and Timestamp are handled. 143 int "How many fragments can be handled to reassemble a packet" 149 can be handled at the same time to reassemble a single packet.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.nrf_grtc | 34 handled by one processor in the system.
|
/Zephyr-latest/boards/arm/mps2/doc/ |
D | mps2_an521.rst | 216 | 8 | Reserved | | not handled | 218 | 9 | Reserved | | not handled | 220 | 10 | Reserved | | not handled | 229 | 13 | Reserved | | not handled | 235 | 16 | Reserved | | not handled | 237 | 17 | Reserved | | not handled | 239 | 18 | Reserved | | not handled |
|