Home
last modified time | relevance | path

Searched refs:assert (Results 51 – 75 of 107) sorted by relevance

12345

/Zephyr-latest/drivers/spi/
Dspi_mcux_flexio.c129 assert(base != NULL); in spi_flexio_master_init()
130 assert(masterConfig != NULL); in spi_flexio_master_init()
/Zephyr-latest/lib/libc/picolibc/
DKconfig115 bool "assert provides verbose information"
117 The usual picolibc assert helper, __assert_func, takes file, line,
/Zephyr-latest/subsys/dfu/img_util/
Dflash_img.c162 assert(fa->fa_size % sizeof(erased_val_32) == 0); in flash_check_erased()
/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl14 -config=MC3R1.R7.2,reports+={safe,"all_area(all_loc(any_exp(macro(^assert$))))"}
/Zephyr-latest/soc/espressif/esp32/
Desp32-mp.c420 assert(entry_addr != NULL); in esp_appcpu_image_load()
/Zephyr-latest/drivers/serial/
DKconfig.ns16550103 the IER is being toggled to re-assert interrupts at the end of ISR
Duart_ns16550.c1555 assert(rx_dma_params->buf != NULL);
1556 assert(rx_dma_params->buf_len > 0);
1727 assert(data->async.next_rx_buffer == NULL);
1728 assert(data->async.next_rx_buffer_len == 0);
/Zephyr-latest/cmake/modules/
DFindHostTools.cmake105 assert(TOOLCHAIN_ROOT "Zephyr toolchain root path invalid: please set the TOOLCHAIN_ROOT-variable")
Dkernel.cmake149 assert(toolchain_is_ok "The toolchain is unable to build a dummy C file.\
/Zephyr-latest/boards/st/sensortile_box/
Dsensortile_box.dts179 reset-assert-duration-ms = <6>;
/Zephyr-latest/subsys/bluetooth/common/
DKconfig296 bool "Custom Bluetooth assert implementation"
299 Use a custom Bluetooth assert implementation instead of the
305 bool "Print out an assert string when using BT_ASSERT"
309 cause of the assert to the console using printk().
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig95 bool "Using a pre-defined assert handler and hook function"
97 Use the pre-defined common assert fail handler and a post hook to
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c252 assert(file); in allocate_new_file()
/Zephyr-latest/boards/st/steval_stwinbx1/
Dsteval_stwinbx1.dts195 reset-assert-duration-ms = <6>;
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME18 necessary statistics that the test will use to assert the test status.
/Zephyr-latest/boards/st/sensortile_box_pro/
Dsensortile_box_pro.dts165 reset-assert-duration-ms = <6>;
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_flexio_lcdif.c124 assert(size > 0U); in flexio_lcdif_write_data_array()
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt94 Intentional assert
/Zephyr-latest/lib/os/
DKconfig.cbprintf147 properly aligned. If macro is widely used then assert may impact
/Zephyr-latest/modules/hal_nordic/
DKconfig221 prompt "nRF 802.15.4 assert implementation"
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c72 assert(fa->fa_size % 4 == 0); in img_mgmt_flash_check_empty_inner()
/Zephyr-latest/drivers/modem/
Dhl7800.c887 static void modem_assert_reset(bool assert) in modem_assert_reset() argument
889 if (assert) { in modem_assert_reset()
898 static void modem_assert_wake(bool assert) in modem_assert_wake() argument
902 if (assert) { in modem_assert_wake()
917 static void modem_assert_pwr_on(bool assert) in modem_assert_pwr_on() argument
919 if (assert) { in modem_assert_pwr_on()
928 static void modem_assert_fast_shutd(bool assert) in modem_assert_fast_shutd() argument
930 if (assert) { in modem_assert_fast_shutd()
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c764 assert(clk_src_freq_hz == (160 * 1000 * 1000)); in sdmmc_host_get_clk_dividers()
802 assert(clk_src_freq_hz == (160 * 1000 * 1000)); in sdmmc_host_calc_freq()
/Zephyr-latest/
D.ruff-excludes.toml304 "B011", # https://docs.astral.sh/ruff/rules/assert-false
464 "B011", # https://docs.astral.sh/ruff/rules/assert-false
556 "B011", # https://docs.astral.sh/ruff/rules/assert-false
832 "B011", # https://docs.astral.sh/ruff/rules/assert-false
843 "B011", # https://docs.astral.sh/ruff/rules/assert-false
856 "B017", # https://docs.astral.sh/ruff/rules/assert-raises-exception
873 "B011", # https://docs.astral.sh/ruff/rules/assert-false
915 "B011", # https://docs.astral.sh/ruff/rules/assert-false
987 "B011", # https://docs.astral.sh/ruff/rules/assert-false
1006 "B011", # https://docs.astral.sh/ruff/rules/assert-false
[all …]
/Zephyr-latest/arch/arm64/core/
DKconfig351 numbers of translation tables, it will result in assert. Number of

12345