Searched refs:ce_sw_ctrl (Results 1 – 2 of 2) sorted by relevance
190 ctx->xfer.ce_sw_ctrl.gpio.port != NULL) { in mspi_context_ce_control()192 gpio_pin_set_dt(&ctx->xfer.ce_sw_ctrl.gpio, 1); in mspi_context_ce_control()193 k_busy_wait(ctx->xfer.ce_sw_ctrl.delay); in mspi_context_ce_control()195 k_busy_wait(ctx->xfer.ce_sw_ctrl.delay); in mspi_context_ce_control()196 gpio_pin_set_dt(&ctx->xfer.ce_sw_ctrl.gpio, 0); in mspi_context_ce_control()
403 struct mspi_ce_control ce_sw_ctrl; member