Searched +full:phase +full:- +full:shifter (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.07 compatible: "raspberrypi,pico-rosc"9 include: [fixed-clock.yaml, fixed-factor-clock.yaml]17 - LOW: 8 (default)18 - MEDIUM: 619 - HIGH: 420 - TOOHIGH: 222 stage-drive-strength:29 phase-flip:32 Flipping phase-shifter output.[all …]
5 * SPDX-License-Identifier: Apache-2.042 const struct spi_mcux_flexio_config *config = dev->config; in spi_mcux_transfer_next_packet()43 struct spi_mcux_flexio_data *data = dev->data; in spi_mcux_transfer_next_packet()44 struct spi_context *ctx = &data->ctx; in spi_mcux_transfer_next_packet()48 if ((ctx->tx_len == 0) && (ctx->rx_len == 0)) { in spi_mcux_transfer_next_packet()50 spi_context_cs_control(&data->ctx, false); in spi_mcux_transfer_next_packet()51 spi_context_complete(&data->ctx, dev, 0); in spi_mcux_transfer_next_packet()55 transfer.flags = kFLEXIO_SPI_csContinuous | data->transfer_flags; in spi_mcux_transfer_next_packet()57 if (ctx->tx_len == 0) { in spi_mcux_transfer_next_packet()60 transfer.rxData = ctx->rx_buf; in spi_mcux_transfer_next_packet()[all …]