Home
last modified time | relevance | path

Searched refs:max_channels (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_utils.c311 uint8_t max_channels) in wifi_utils_parse_scan_chan() argument
392 if (chan_idx > max_channels) { in wifi_utils_parse_scan_chan()
393 NET_ERR("Too many channels specified (%d)", max_channels); in wifi_utils_parse_scan_chan()
403 if (chan_idx == max_channels) { in wifi_utils_parse_scan_chan()
404 NET_ERR("Too many channels specified (%d)", max_channels); in wifi_utils_parse_scan_chan()
/Zephyr-latest/include/zephyr/net/
Dwifi_utils.h107 uint8_t max_channels);
/Zephyr-latest/drivers/dma/
Ddma_stm32_bdma.c311 __ASSERT_NO_MSG(id < config->max_channels); in bdma_stm32_irq_handler()
494 if (id >= dev_config->max_channels) { in bdma_stm32_configure()
685 if (id >= config->max_channels) { in bdma_stm32_reload()
732 if (id >= config->max_channels) { in bdma_stm32_start()
757 if (id >= config->max_channels) { in bdma_stm32_stop()
802 for (uint32_t i = 0; i < config->max_channels; i++) { in bdma_stm32_init()
840 if (id >= config->max_channels) { in bdma_stm32_get_status()
877 .max_channels = BDMA_STM32_##index##_CHANNEL_COUNT, \
Ddma_stm32_bdma.h43 uint32_t max_channels; member
/Zephyr-latest/drivers/led/
Dlp50xx.c186 uint8_t base_channel, end_channel, max_channels; in lp50xx_write_channels() local
190 max_channels = base_channel + LP50XX_MAX_CHANNELS(config->num_modules); in lp50xx_write_channels()
192 if (end_channel > max_channels) { in lp50xx_write_channels()