Home
last modified time | relevance | path

Searched refs:cfg_flag (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/
Dtest_config.c167 unsigned int cfg_flag; in ZTEST() local
183 cfg_flag = GPIO_PULL_UP; in ZTEST()
186 cfg_flag = GPIO_PULL_DOWN; in ZTEST()
191 ret = gpio_pin_configure(port, TEST_PIN, GPIO_INPUT | cfg_flag); in ZTEST()
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c745 int cfg_flag = 0; in mspi_emul_transceive() local
771 cfg_flag = mspi_context_lock(ctx, dev_id, xfer, cb, cb_ctx); in mspi_emul_transceive()
773 if (cfg_flag) { in mspi_emul_transceive()
774 if (cfg_flag == 1) { in mspi_emul_transceive()
781 ret = cfg_flag; in mspi_emul_transceive()
Dmspi_ambiq_ap3.c1022 int cfg_flag = 0; in mspi_pio_transceive() local
1030 cfg_flag = mspi_context_lock(ctx, data->dev_id, xfer, cb, cb_ctx, true); in mspi_pio_transceive()
1034 if (cfg_flag) { in mspi_pio_transceive()
1035 if (cfg_flag == 1) { in mspi_pio_transceive()
1041 ret = cfg_flag; in mspi_pio_transceive()
1128 int cfg_flag = 0; in mspi_dma_transceive() local
1136 cfg_flag = mspi_context_lock(ctx, data->dev_id, xfer, cb, cb_ctx, true); in mspi_dma_transceive()
1140 if (cfg_flag) { in mspi_dma_transceive()
1141 if (cfg_flag == 1) { in mspi_dma_transceive()
1147 ret = cfg_flag; in mspi_dma_transceive()