Home
last modified time | relevance | path

Searched full:exceeds (Results 1 – 25 of 144) sorted by relevance

123456

/Zephyr-latest/include/zephyr/sys/
Dbitarray.h93 * @retval -EINVAL Invalid argument (e.g. bit to set exceeds
105 * @retval -EINVAL Invalid argument (e.g. bit to clear exceeds
118 * @retval -EINVAL Invalid argument (e.g. bit to test exceeds
131 * @retval -EINVAL Invalid argument (e.g. bit to test exceeds
144 * @retval -EINVAL Invalid argument (e.g. bit to test exceeds
287 * @retval -EINVAL Invalid argument (e.g. bit to set exceeds
310 * @retval -EINVAL Invalid argument (e.g. bit to set exceeds
329 * @retval -EINVAL Invalid argument (e.g. bit to set exceeds
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_settings/src/
Dmain.c83 zassert_true(len <= ENTRY_MAX_LEN, "Length exceeds ENTRY_MAX_LEN"); in custom_settings_read_cb()
90 zassert_true(strlen(name) < MAX_KEY_LEN, "Name length exceeds MAX_KEY_LEN"); in custom_settings_save_one()
91 zassert_true(val_len <= ENTRY_MAX_LEN, "Value length exceeds ENTRY_MAX_LEN"); in custom_settings_save_one()
107 zassert_true(strlen(name) < MAX_KEY_LEN, "Name length exceeds MAX_KEY_LEN"); in custom_settings_delete()
124 zassert_true(subtree_len < MAX_KEY_LEN, "Subtree length exceeds MAX_KEY_LEN"); in custom_settings_load_subtree_direct()
/Zephyr-latest/tests/drivers/can/timing/src/
Dmain.c105 zassert_true(timing->sjw <= max->sjw, "sjw exceeds max"); in assert_timing_within_bounds()
106 zassert_true(timing->prop_seg <= max->prop_seg, "prop_seg exceeds max"); in assert_timing_within_bounds()
107 zassert_true(timing->phase_seg1 <= max->phase_seg1, "phase_seg1 exceeds max"); in assert_timing_within_bounds()
108 zassert_true(timing->phase_seg2 <= max->phase_seg2, "phase_seg2 exceeds max"); in assert_timing_within_bounds()
109 zassert_true(timing->prescaler <= max->prescaler, "prescaler exceeds max"); in assert_timing_within_bounds()
/Zephyr-latest/dts/bindings/sensor/
Dvishay,vcnl36825t.yaml106 - "normal": signal if exceeds high or falls below lower threshold
108 - "first high": signal if exceeds high threshold first time and signal again
/Zephyr-latest/subsys/tracing/include/
Dtracing_buffer.h61 * @retval -EINVAL Given @a size exceeds free space of tracing buffer.
93 * @retval -EINVAL Given @a size exceeds available data of tracing buffer.
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/large_comp_data/
Dget_metadata_split.sh8 # metadata when the total size exceeds the maximum access message size.
Dget_comp128_data_split.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp129_data_split.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp130_data_split.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp2_data_split.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp0_data_split.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp1_data_split.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp0_data_split_dfu.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp128_data_split_dfu.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp129_data_split_dfu.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp130_data_split_dfu.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp1_data_split_dfu.sh8 # composition data when the total size exceeds the maximum access message size.
Dget_comp2_data_split_dfu.sh8 # composition data when the total size exceeds the maximum access message size.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/
DKconfig33 exceeds this limit, it will be impossible to retrieve its values with
/Zephyr-latest/drivers/sensor/adi/adt7420/
DKconfig31 exceeds this value. The default value of 147 is the reset default
/Zephyr-latest/include/zephyr/drivers/sensor/
Dtdk_apex.h35 * ** Tilt Detection: Detect the Tilt angle exceeds 35 degrees.
/Zephyr-latest/drivers/mbox/
Dmbox_nrf_vevif_event_tx.c21 "Number of events exceeds maximum");
/Zephyr-latest/subsys/bindesc/
DKconfig70 Any descriptor that exceeds this size will be ignored.
/Zephyr-latest/drivers/console/
Dram_console.c23 #error "Custom RAM console buffer exceeds the section size!"
/Zephyr-latest/drivers/flash/
Dflash_rpi_pico.c202 LOG_ERR("Read range exceeds the flash boundaries"); in flash_rpi_read()
222 LOG_ERR("Write range exceeds the flash boundaries. Offset=%#lx, Size=%u", in flash_rpi_write()
266 LOG_ERR("Erase range exceeds the flash boundaries. Offset=%#lx, Size=%u", in flash_rpi_erase()

123456