Home
last modified time | relevance | path

Searched refs:assert (Results 26 – 50 of 107) sorted by relevance

12345

/Zephyr-latest/drivers/dma/
Ddma_mcux_lpc.c355 assert(config->dest_data_size == config->source_data_size); in dma_mcux_lpc_configure()
362 assert(block_config->source_gather_interval == in dma_mcux_lpc_configure()
614 assert(block_config->source_address == ROUND_UP(block_config->source_address, width)); in dma_mcux_lpc_configure()
615 assert(block_config->dest_address == ROUND_UP(block_config->dest_address, width)); in dma_mcux_lpc_configure()
668 assert(block_config->source_address == in dma_mcux_lpc_configure()
670 assert(block_config->dest_address == in dma_mcux_lpc_configure()
768 assert(src == ROUND_UP(src, data->width)); in dma_mcux_lpc_reload()
769 assert(dst == ROUND_UP(dst, data->width)); in dma_mcux_lpc_reload()
/Zephyr-latest/boards/snps/hsdk/support/
Dopenocd-2-cores.cfg60 $_TARGETNAME2 configure -event reset-assert "arc_common_reset $_TARGETNAME2"
75 $_TARGETNAME1 configure -event reset-assert "arc_common_reset $_TARGETNAME1"
/Zephyr-latest/lib/libc/picolibc/
DCMakeLists.txt5 assert.c
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/
DCMakeLists.txt16 src/assert.c
/Zephyr-latest/boards/renesas/rcar_salvator_x/support/
Dopenocd.cfg28 proc reset_cr7 { assert } {
30 if { $assert == 1 } {
/Zephyr-latest/cmake/toolchain/cross-compile/
Dgeneric.cmake25 assert(CROSS_COMPILE "CROSS_COMPILE is not set")
/Zephyr-latest/drivers/entropy/
Dentropy_esp32.c81 assert(buf != NULL); in entropy_esp32_get_entropy()
/Zephyr-latest/boards/snps/iotdk/support/
Dopenocd.cfg45 $_TARGETNAME configure -event reset-assert "arc_em_reset $_TARGETNAME"
/Zephyr-latest/boards/snps/emsdp/support/
Dopenocd.cfg45 $_TARGETNAME configure -event reset-assert "arc_em_reset $_TARGETNAME"
/Zephyr-latest/cmake/toolchain/xcc/
Dcommon.cmake4 assert( XTENSA_TOOLCHAIN_PATH "XTENSA_TOOLCHAIN_PATH is not set")
/Zephyr-latest/cmake/toolchain/espressif/
Dgeneric.cmake4 assert( ESPRESSIF_TOOLCHAIN_PATH "ESPRESSIF_TOOLCHAIN_PATH is not set")
/Zephyr-latest/cmake/toolchain/iar/
Dgeneric.cmake6 assert(IAR_TOOLCHAIN_PATH "IAR_TOOLCHAIN_PATH is not set")
/Zephyr-latest/tests/ztest/fail/
DREADME.rst20 binary will use ``popen()`` to run the failing test binary and will assert both the return code and
/Zephyr-latest/subsys/debug/
DKconfig307 This option enables printing an assert message with information about
310 assert.
322 This option removes the assert condition from the printed assert
331 This option removes the additional message from the printed assert.
340 This option enables the assert test mode, which allows the assert
342 condition is false. The tests that validate the assert feature may
344 custom assert post action hook.
/Zephyr-latest/drivers/ipm/
Dipm_imx.c66 assert(false); in MU_IsRxFull()
94 assert(false); in MU_IsTxEmpty()
/Zephyr-latest/modules/openthread/platform/
Dhdlc_interface.cpp133 assert(mEncoderBuffer.IsEmpty()); in SendFrame()
353 assert(0); in HandleUnknownHdlcContent()
/Zephyr-latest/
D.clang-format92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
/Zephyr-latest/drivers/interrupt_controller/
Dintc_esp32.c187 assert(svd != NULL); in find_desc_for_source()
309 assert(!((vd->flags & VECDESC_FL_SHARED) && (vd->flags & VECDESC_FL_NONSHARED))); in is_vect_desc_usable()
757 assert(svd); /* should be something in there for a shared int */ in esp_intr_free()
872 assert(svd != NULL); in esp_intr_disable()
/Zephyr-latest/tests/benchmarks/posix/threads/
DREADME.rst44 | prj-assert.conf | Enable assertions for API verification |
/Zephyr-latest/soc/espressif/esp32s3/
Desp32s3-mp.c158 assert(entry_addr != NULL); in esp_appcpu_image_load()
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt7 assert
/Zephyr-latest/drivers/serial/
Duart_mcux_lpuart.c584 assert(rx_dma_params->buf != NULL); in prepare_rx_dma_block_config()
585 assert(rx_dma_params->buf_len > 0); in prepare_rx_dma_block_config()
626 assert(data->async.next_rx_buffer != NULL); in uart_mcux_lpuart_dma_replace_rx_buffer()
627 assert(data->async.next_rx_buffer_len != 0U); in uart_mcux_lpuart_dma_replace_rx_buffer()
866 assert(data->async.next_rx_buffer == NULL); in mcux_lpuart_rx_buf_rsp()
867 assert(data->async.next_rx_buffer_len == 0); in mcux_lpuart_rx_buf_rsp()
/Zephyr-latest/drivers/wifi/siwx91x/
Dsiwx91x_wifi_socket.c179 assert(!sidev->fds_cb[sockfd].cb); in siwx91x_sock_get()
278 assert(timeout < 0); in siwx91x_sock_accept()
/Zephyr-latest/scripts/ci/
Dpylintrc202 assert-on-tuple,
237 redundant-unittest-assert,
/Zephyr-latest/drivers/sensor/nxp/qdec_mcux/
Dqdec_mcux.c140 assert(i == 0); in init_inputs()

12345