Home
last modified time | relevance | path

Searched refs:SPI_FLAG_POWER (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/ecspi/
Dfsl_ecspi_cmsis.c329 if ((ecspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in ECSPI_SDMAPowerControl()
332 ecspi->flags &= ~(uint8_t)SPI_FLAG_POWER; in ECSPI_SDMAPowerControl()
345 if ((ecspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in ECSPI_SDMAPowerControl()
350 ecspi->flags |= (uint8_t)SPI_FLAG_POWER; in ECSPI_SDMAPowerControl()
564 if (0U == (ecspi->flags & (uint8_t)SPI_FLAG_POWER)) in ECSPI_SDMAControl()
797 if ((ecspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in ECSPI_InterruptPowerControl()
800 ecspi->flags &= ~(uint8_t)SPI_FLAG_POWER; in ECSPI_InterruptPowerControl()
814 if ((ecspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in ECSPI_InterruptPowerControl()
818 ecspi->flags |= (uint8_t)SPI_FLAG_POWER; in ECSPI_InterruptPowerControl()
1034 if (0U == (ecspi->flags & (uint8_t)SPI_FLAG_POWER)) in ECSPI_InterruptControl()
Dfsl_ecspi_cmsis.h48 #define SPI_FLAG_POWER (1UL << 1) macro
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/spi/
Dfsl_spi_cmsis.c397 if ((SPI->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in SPI_DMAPowerControl()
419 if ((SPI->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in SPI_DMAPowerControl()
426 SPI->flags |= (uint8_t)SPI_FLAG_POWER; in SPI_DMAPowerControl()
641 if (0U == (SPI->flags & (uint8_t)SPI_FLAG_POWER)) in SPI_DMAControl()
917 if ((SPI->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in SPI_InterruptPowerControl()
934 if ((SPI->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in SPI_InterruptPowerControl()
941 SPI->flags |= (uint8_t)SPI_FLAG_POWER; in SPI_InterruptPowerControl()
1148 if (0U == (SPI->flags & (uint8_t)SPI_FLAG_POWER)) in SPI_InterruptControl()
Dfsl_spi_cmsis.h47 #define SPI_FLAG_POWER (1UL << 1) macro
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/dspi/
Dfsl_dspi_cmsis.c402 if ((dspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in DSPI_EdmaPowerControl()
420 if ((dspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in DSPI_EdmaPowerControl()
427 dspi->flags |= (uint8_t)SPI_FLAG_POWER; in DSPI_EdmaPowerControl()
677 if (0U == (dspi->flags & (uint8_t)SPI_FLAG_POWER)) in DSPI_EdmaControl()
914 if ((dspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in DSPI_InterruptPowerControl()
932 if ((dspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in DSPI_InterruptPowerControl()
939 dspi->flags |= (uint8_t)SPI_FLAG_POWER; in DSPI_InterruptPowerControl()
1175 if (0U == (dspi->flags & (uint8_t)SPI_FLAG_POWER)) in DSPI_InterruptControl()
Dfsl_dspi_cmsis.h49 #define SPI_FLAG_POWER (1UL << 1) macro
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c533 if ((lpspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in LPSPI_EdmaPowerControl()
554 if ((lpspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in LPSPI_EdmaPowerControl()
579 lpspi->flags |= (uint8_t)SPI_FLAG_POWER; in LPSPI_EdmaPowerControl()
741 if (0U == (lpspi->flags & (uint8_t)SPI_FLAG_POWER)) in LPSPI_EdmaControl()
955 if ((lpspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in LPSPI_InterruptPowerControl()
971 if ((lpspi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in LPSPI_InterruptPowerControl()
978 lpspi->flags |= (uint8_t)SPI_FLAG_POWER; in LPSPI_InterruptPowerControl()
1138 if (0U == (lpspi->flags & (uint8_t)SPI_FLAG_POWER)) in LPSPI_InterruptControl()
Dfsl_lpspi_cmsis.h66 #define SPI_FLAG_POWER (1UL << 1) macro
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.h89 #define SPI_FLAG_POWER (1UL << 1) macro
Dfsl_spi_cmsis.c532 if ((spi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in SPI_DMAPowerControl()
554 if ((spi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in SPI_DMAPowerControl()
562 spi->flags |= (uint8_t)SPI_FLAG_POWER; in SPI_DMAPowerControl()
724 if (0U == (spi->flags & (uint8_t)SPI_FLAG_POWER)) in SPI_DMAControl()
1004 if ((spi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in SPI_InterruptPowerControl()
1021 if ((spi->flags & (uint8_t)SPI_FLAG_POWER) != 0U) in SPI_InterruptPowerControl()
1029 spi->flags |= (uint8_t)SPI_FLAG_POWER; in SPI_InterruptPowerControl()
1191 if (0U == (spi->flags & (uint8_t)SPI_FLAG_POWER)) in SPI_InterruptControl()