/Zephyr-latest/drivers/spi/ |
D | spi_mcux_flexio.c | 129 assert(base != NULL); in spi_flexio_master_init() 130 assert(masterConfig != NULL); in spi_flexio_master_init()
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 115 bool "assert provides verbose information" 117 The usual picolibc assert helper, __assert_func, takes file, line,
|
/Zephyr-latest/subsys/dfu/img_util/ |
D | flash_img.c | 162 assert(fa->fa_size % sizeof(erased_val_32) == 0); in flash_check_erased()
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 14 -config=MC3R1.R7.2,reports+={safe,"all_area(all_loc(any_exp(macro(^assert$))))"}
|
/Zephyr-latest/soc/espressif/esp32/ |
D | esp32-mp.c | 420 assert(entry_addr != NULL); in esp_appcpu_image_load()
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.ns16550 | 103 the IER is being toggled to re-assert interrupts at the end of ISR
|
D | uart_ns16550.c | 1555 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/ |
D | FindHostTools.cmake | 105 assert(TOOLCHAIN_ROOT "Zephyr toolchain root path invalid: please set the TOOLCHAIN_ROOT-variable")
|
D | kernel.cmake | 149 assert(toolchain_is_ok "The toolchain is unable to build a dummy C file.\
|
/Zephyr-latest/boards/st/sensortile_box/ |
D | sensortile_box.dts | 179 reset-assert-duration-ms = <6>;
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | Kconfig | 296 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/ |
D | Kconfig | 95 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/ |
D | log_backend_fs.c | 252 assert(file); in allocate_new_file()
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | steval_stwinbx1.dts | 195 reset-assert-duration-ms = <6>;
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 18 necessary statistics that the test will use to assert the test status.
|
/Zephyr-latest/boards/st/sensortile_box_pro/ |
D | sensortile_box_pro.dts | 165 reset-assert-duration-ms = <6>;
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_nxp_flexio_lcdif.c | 124 assert(size > 0U); in flexio_lcdif_write_data_array()
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/ |
D | README.txt | 94 Intentional assert
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 147 properly aligned. If macro is widely used then assert may impact
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig | 221 prompt "nRF 802.15.4 assert implementation"
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | zephyr_img_mgmt.c | 72 assert(fa->fa_size % 4 == 0); in img_mgmt_flash_check_empty_inner()
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 887 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/ |
D | sdhc_esp32.c | 764 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.toml | 304 "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/ |
D | Kconfig | 351 numbers of translation tables, it will result in assert. Number of
|