Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_spi/
Dr_spi.c42 #define R_SPI0_SPCMD0_CPHA_Pos (0U) ///< Clock Phase settin… macro
43 #define R_SPI0_SPCMD0_CPHA_Msk (1U << R_SPI0_SPCMD0_CPHA_Pos) ///< Clock Phase settin…
560 spcmd0 |= (uint32_t) p_ctrl->p_cfg->clk_phase << R_SPI0_SPCMD0_CPHA_Pos; in r_spi_hw_config()