Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 21 of 21) sorted by relevance

/drivers/reset/
A Dreset_mmio.c41 static inline int reset_mmio_update(const struct device *dev, uint32_t id, uint8_t assert) in reset_mmio_update() argument
53 set = config->active_low ? !assert : assert; in reset_mmio_update()
A Dreset_intel_socfpga.c41 static void reset_intel_soc_update(const struct device *dev, uint32_t id, bool assert) in reset_intel_soc_update() argument
51 if (assert ^ !config->active_low) { in reset_intel_soc_update()
/drivers/wifi/siwx91x/
A Dsiwx91x_wifi_socket.h26 assert(0); in siwx91x_get_type()
A Dsiwx91x_wifi_socket.c179 assert(!sidev->fds_cb[sockfd].cb); in siwx91x_sock_get()
278 assert(timeout < 0); in siwx91x_sock_accept()
/drivers/ieee802154/
A DKconfig.esp3298 bool "Enrich the assert information with IEEE802154 state and event"
103 will be printed when assert.
111 Enabling this option to record event, when assert, the recorded event will be printed.
127 Enabling this option to record state, when assert, the recorded state will be printed.
/drivers/dma/
A Ddma_mcux_lpc.c471 assert(config->dest_data_size == config->source_data_size); in dma_mcux_lpc_configure()
478 assert(block_config->source_gather_interval == in dma_mcux_lpc_configure()
679 assert(block_config->source_address == ROUND_UP(block_config->source_address, width)); in dma_mcux_lpc_configure()
680 assert(block_config->dest_address == ROUND_UP(block_config->dest_address, width)); in dma_mcux_lpc_configure()
739 assert(block_config->source_address == in dma_mcux_lpc_configure()
741 assert(block_config->dest_address == in dma_mcux_lpc_configure()
858 assert(src == ROUND_UP(src, data->width)); in dma_mcux_lpc_reload()
859 assert(dst == ROUND_UP(dst, data->width)); in dma_mcux_lpc_reload()
/drivers/entropy/
A Dentropy_esp32.c81 assert(buf != NULL); in entropy_esp32_get_entropy()
/drivers/ipm/
A Dipm_imx.c66 assert(false); in MU_IsRxFull()
94 assert(false); in MU_IsTxEmpty()
/drivers/interrupt_controller/
A Dintc_esp32.c149 assert(svd != NULL); in find_desc_for_source()
260 assert(!((vd->flags & VECDESC_FL_SHARED) && (vd->flags & VECDESC_FL_NONSHARED))); in is_vect_desc_usable()
715 assert(svd); /* should be something in there for a shared int */ in esp_intr_free()
834 assert(svd != NULL); in esp_intr_disable()
/drivers/spi/
A Dspi_mcux_flexcomm.c375 assert(len > 1); in spi_mcux_get_last_tx_word()
539 assert(block_length >= data_size); in spi_mcux_dma_transfer()
570 assert(spi_context_total_rx_len(&data->ctx) == 0); in spi_mcux_dma_transfer()
571 assert(spi_context_total_tx_len(&data->ctx) == 0); in spi_mcux_dma_transfer()
626 assert(ctx->rx_buf); in spi_mcux_transfer_one_word()
A Dspi_mcux_flexio.c124 assert(base != NULL); in spi_flexio_master_init()
125 assert(masterConfig != NULL); in spi_flexio_master_init()
/drivers/serial/
A Duart_mcux_lpuart.c588 assert(rx_dma_params->buf != NULL); in prepare_rx_dma_block_config()
589 assert(rx_dma_params->buf_len > 0); in prepare_rx_dma_block_config()
630 assert(data->async.next_rx_buffer != NULL); in uart_mcux_lpuart_dma_replace_rx_buffer()
631 assert(data->async.next_rx_buffer_len != 0U); in uart_mcux_lpuart_dma_replace_rx_buffer()
870 assert(data->async.next_rx_buffer == NULL); in mcux_lpuart_rx_buf_rsp()
871 assert(data->async.next_rx_buffer_len == 0); in mcux_lpuart_rx_buf_rsp()
A DKconfig.ns16550103 the IER is being toggled to re-assert interrupts at the end of ISR
A 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);
/drivers/sensor/nxp/qdec_mcux/
A Dqdec_mcux.c140 assert(i == 0); in init_inputs()
/drivers/virtio/
A Dvirtio_pci.c143 assert(tmp.cap_len == cap_struct_size); in virtio_pci_read_cap()
322 assert(mbar.phys_addr + cap->offset + cap->length <= mbar.phys_addr + mbar.size); in virtio_pci_map_cap()
/drivers/mipi_dbi/
A Dmipi_dbi_nxp_flexio_lcdif.c124 assert(size > 0U); in flexio_lcdif_write_data_array()
/drivers/modem/
A 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()
/drivers/sdhc/
A 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()
/drivers/clock_control/
A Dclock_control_litex.c234 int assert = (1 << (drp[reg].size * BITS_PER_BYTE)) - 1; in litex_clk_assert_reg() local
236 litex_clk_set_reg(reg, assert); in litex_clk_assert_reg()
/drivers/wifi/nrf_wifi/
A DKconfig.nrfwifi754 Minimum time the host should de-assert WAKEUP_NOW and let RPU enter

Completed in 105 milliseconds