/Zephyr-Core-3.6.0/tests/subsys/fs/littlefs/src/ |
D | test_util.c | 53 char overrun[TESTFS_PATH_MAX + 2] = "/"; in ZTEST() local 54 size_t overrun_max = sizeof(overrun) - 1; in ZTEST() 57 .mnt_point = overrun, in ZTEST() 63 memset(overrun + 1, 'A', overrun_max - 1); in ZTEST() 67 "bad overrun init return"); in ZTEST() 68 zassert_true(strcmp(path.path, overrun) < 0, in ZTEST() 69 "bad overrun init"); in ZTEST() 70 zassert_equal(strncmp(path.path, overrun, path_max), in ZTEST() 72 "bad overrun path"); in ZTEST() 74 "missing overrun EOS"); in ZTEST() [all …]
|
/Zephyr-Core-3.6.0/samples/sensor/lis2dh/src/ |
D | main.c | 17 const char *overrun = ""; in fetch_and_display() local 22 /* Sample overrun. Ignore in polled mode. */ in fetch_and_display() 24 overrun = "[OVERRUN] "; in fetch_and_display() 37 count, k_uptime_get_32(), overrun, in fetch_and_display()
|
/Zephyr-Core-3.6.0/dts/bindings/usb/uac2/ |
D | zephyr,uac2-audio-streaming.yaml | 46 data-overrun-control: 48 description: Data Overrun capabilities
|
/Zephyr-Core-3.6.0/dts/bindings/spi/ |
D | nordic,nrf-spi-common.yaml | 25 overrun-character: 29 The overrun character (ORC) is used when all bytes from the TX buffer
|
/Zephyr-Core-3.6.0/tests/drivers/spi/spi_loopback/boards/ |
D | nrf9160dk_nrf9160.overlay | 8 overrun-character = <0x00>;
|
D | nrf52dk_nrf52832.overlay | 8 overrun-character = <0x00>;
|
D | nrf51dk_nrf51422.overlay | 8 overrun-character = <0x00>;
|
D | nrf52840dk_nrf52840.overlay | 8 overrun-character = <0x00>;
|
D | nrf54l15pdk_nrf54l15_cpuapp.overlay | 31 overrun-character = <0x00>;
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | Kconfig.timer | 24 This controls the maximum number of times a timer can overrun before
|
/Zephyr-Core-3.6.0/tests/drivers/i2s/i2s_api/src/ |
D | test_i2s_dir_both_loopback.c | 180 /** @brief RX buffer overrun. 182 * - In case of RX buffer overrun it is possible to read out RX data blocks 184 * - Reading from an empty RX queue when the RX buffer overrun occurred results 186 * - Sending PREPARE trigger after the RX buffer overrun occurred changes 233 zassert_equal(ret, -EIO, "RX overrun error not detected"); in ZTEST_USER()
|
D | test_i2s_loopback.c | 285 /** @brief RX buffer overrun. 287 * - In case of RX buffer overrun it is possible to read out RX data blocks 289 * - Reading from an empty RX queue when the RX buffer overrun occurred results 291 * - Sending PREPARE trigger after the RX buffer overrun occurred changes 343 zassert_equal(ret, -EIO, "RX overrun error not detected"); in ZTEST_USER()
|
D | test_i2s_dir_both_states.c | 161 zassert_equal(ret, -EIO, "RX overrun error not detected"); in ZTEST_USER()
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | eth_e1000_priv.h | 21 #define ICR_RXO (1 << 6) /* Receiver Overrun */ 23 #define IMS_RXO (1 << 6) /* Receiver FIFO Overrun */
|
/Zephyr-Core-3.6.0/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_uart.c | 65 * host is sending extra bytes which indicates data overrun. 131 LOG_ERR("Request overrun detected"); in rx_timeout() 192 /* Don't wait for overrun, because it is already done in uart_callback() 210 /* Overrun error, set the state and wait for timeout */ in uart_callback()
|
/Zephyr-Core-3.6.0/drivers/disk/ |
D | Kconfig.sdmmc | 59 overrun (RX mode) errors.
|
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/common/reg/ |
D | mec_uart.h | 39 #define MCHP_UART_IER_ELSI 0x04u /* Errors: Overrun, Parity, Framing, and Break */ 66 * Highest priority: Line status, overrun, framing, or break
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | uart_pl011_registers.h | 69 #define PL011_RSR_ECR_OE BIT(3) /* overrun error */ 135 #define PL011_IMSC_OEIM BIT(10) /* overrun error interrupt mask */
|
D | uart_nxp_s32_linflexd.c | 210 /* Enable frame error interrupt and buffer overrun error interrupt */ in uart_nxp_s32_irq_err_enable() 223 /* Disable frame error interrupt and buffer overrun error interrupt */ in uart_nxp_s32_irq_err_disable()
|
/Zephyr-Core-3.6.0/dts/bindings/serial/ |
D | st,stm32-uart-base.yaml | 98 In RX, FIFO reduces overrun occurrences.
|
/Zephyr-Core-3.6.0/subsys/modem/ |
D | modem_chat.c | 35 LOG_WRN("log buffer overrun"); in modem_chat_log_received_command() 539 /* Validate receive buffer not overrun */ in modem_chat_process_byte() 541 LOG_WRN("receive buffer overrun"); in modem_chat_process_byte() 546 /* Validate argv buffer not overrun */ in modem_chat_process_byte() 548 LOG_WRN("argv buffer overrun"); in modem_chat_process_byte()
|
D | modem_cmux.c | 334 LOG_WRN("Command acknowledge buffer overrun"); in modem_cmux_acknowledge_received_frame() 346 LOG_WRN("Command acknowledge buffer overrun"); in modem_cmux_acknowledge_received_frame() 571 LOG_WRN("DLCI %u receive buffer overrun", dlci->dlci_address); in modem_cmux_on_dlci_frame_uih() 764 /* Check if receive buffer overrun */ in modem_cmux_process_received_byte() 766 LOG_WRN("Receive buf overrun"); in modem_cmux_process_received_byte()
|
/Zephyr-Core-3.6.0/subsys/modem/backends/ |
D | modem_backend_uart_isr.c | 33 LOG_WRN("Receive buffer overrun"); in modem_backend_uart_isr_irq_handler_receive_ready()
|
/Zephyr-Core-3.6.0/doc/kernel/services/ |
D | index.rst | 57 …re Data item size Data Alignment ISRs can receive? ISRs can send? Overrun handling
|
/Zephyr-Core-3.6.0/tests/posix/fs/src/ |
D | test_fs_file.c | 112 /* Check for array overrun */ in test_file_read()
|