Lines Matching refs:base
33 CySCB_Type *base; member
104 if (Cy_SCB_SPI_WriteArray(config->base, xfer->txData, in spi_psoc6_transfer_next_packet()
114 if (Cy_SCB_SPI_Write(config->base, 0U) == 0U) { in spi_psoc6_transfer_next_packet()
136 Cy_SCB_ClearMasterInterrupt(config->base, in spi_psoc6_isr()
141 Cy_SCB_SPI_ReadArray(config->base, in spi_psoc6_isr()
145 Cy_SCB_ClearRxFifo(config->base); in spi_psoc6_isr()
157 Cy_SCB_SetMasterInterruptMask(config->base, 0U); in spi_psoc6_isr()
162 Cy_SCB_SetMasterInterruptMask(config->base, in spi_psoc6_isr()
276 while (!Cy_SCB_IsTxComplete(config->base)) { in spi_psoc6_transceive_sync_loop()
281 Cy_SCB_SPI_ReadArray(config->base, in spi_psoc6_transceive_sync_loop()
285 Cy_SCB_ClearRxFifo(config->base); in spi_psoc6_transceive_sync_loop()
316 Cy_SCB_SPI_Init(config->base, &data->cfg, NULL); in spi_psoc6_transceive()
317 Cy_SCB_SPI_SetActiveSlaveSelect(config->base, spi_cfg->slave); in spi_psoc6_transceive()
318 Cy_SCB_SPI_Enable(config->base); in spi_psoc6_transceive()
327 Cy_SCB_SetMasterInterruptMask(config->base, in spi_psoc6_transceive()
335 Cy_SCB_SPI_Disable(config->base, NULL); in spi_psoc6_transceive()
423 .base = (CySCB_Type *)DT_INST_REG_ADDR(n), \