Home
last modified time | relevance | path

Searched defs:assert (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/lib/libc/minimal/include/
Dassert.h23 #define assert(test) __ASSERT_NO_MSG(test) macro
/Zephyr-latest/drivers/reset/
Dreset_intel_socfpga.c41 static void reset_intel_soc_update(const struct device *dev, uint32_t id, bool assert) in reset_intel_soc_update()
Dreset_rpi_pico.c87 static int reset_rpi_update(const struct device *dev, uint32_t id, uint8_t assert) in reset_rpi_update()
/Zephyr-latest/drivers/modem/
Dhl7800.c872 static void modem_assert_reset(bool assert) in modem_assert_reset()
883 static void modem_assert_wake(bool assert) in modem_assert_wake()
902 static void modem_assert_pwr_on(bool assert) in modem_assert_pwr_on()
913 static void modem_assert_fast_shutd(bool assert) in modem_assert_fast_shutd()
/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.c234 int assert = (1 << (drp[reg].size * BITS_PER_BYTE)) - 1; in litex_clk_assert_reg() local
/Zephyr-latest/cmake/modules/
Dextensions.cmake2608 macro(assert test comment) macro