Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c2633 __IO uint32_t *tcr_reg; in OSPI_ConfigCmd() local
2649 tcr_reg = &(hospi->Instance->WTCR); in OSPI_ConfigCmd()
2656 tcr_reg = &(hospi->Instance->WPTCR); in OSPI_ConfigCmd()
2663 tcr_reg = &(hospi->Instance->TCR); in OSPI_ConfigCmd()
2682 MODIFY_REG((*tcr_reg), OCTOSPI_TCR_DCYC, cmd->DummyCycles); in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c3012 __IO uint32_t *tcr_reg; in XSPI_ConfigCmd() local
3028 tcr_reg = &(hxspi->Instance->WTCR); in XSPI_ConfigCmd()
3035 tcr_reg = &(hxspi->Instance->WPTCR); in XSPI_ConfigCmd()
3042 tcr_reg = &(hxspi->Instance->TCR); in XSPI_ConfigCmd()
3069 MODIFY_REG((*tcr_reg), XSPI_TCR_DCYC, pCmd->DummyCycles); in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2918 __IO uint32_t *tcr_reg; in OSPI_ConfigCmd() local
2934 tcr_reg = &(hospi->Instance->WTCR); in OSPI_ConfigCmd()
2941 tcr_reg = &(hospi->Instance->WPTCR); in OSPI_ConfigCmd()
2948 tcr_reg = &(hospi->Instance->TCR); in OSPI_ConfigCmd()
2967 MODIFY_REG((*tcr_reg), OCTOSPI_TCR_DCYC, cmd->DummyCycles); in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c3046 __IO uint32_t *tcr_reg; in OSPI_ConfigCmd() local
3062 tcr_reg = &(hospi->Instance->WTCR); in OSPI_ConfigCmd()
3069 tcr_reg = &(hospi->Instance->WPTCR); in OSPI_ConfigCmd()
3076 tcr_reg = &(hospi->Instance->TCR); in OSPI_ConfigCmd()
3095 MODIFY_REG((*tcr_reg), OCTOSPI_TCR_DCYC, cmd->DummyCycles); in OSPI_ConfigCmd()
Dstm32u5xx_hal_xspi.c3605 __IO uint32_t *tcr_reg; in XSPI_ConfigCmd() local
3639 tcr_reg = &(hxspi->Instance->WTCR); in XSPI_ConfigCmd()
3646 tcr_reg = &(hxspi->Instance->WPTCR); in XSPI_ConfigCmd()
3653 tcr_reg = &(hxspi->Instance->TCR); in XSPI_ConfigCmd()
3680 MODIFY_REG((*tcr_reg), XSPI_TCR_DCYC, pCmd->DummyCycles); in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c3226 __IO uint32_t *tcr_reg; in XSPI_ConfigCmd() local
3242 tcr_reg = &(hxspi->Instance->WTCR); in XSPI_ConfigCmd()
3249 tcr_reg = &(hxspi->Instance->WPTCR); in XSPI_ConfigCmd()
3256 tcr_reg = &(hxspi->Instance->TCR); in XSPI_ConfigCmd()
3275 MODIFY_REG((*tcr_reg), XSPI_TCR_DCYC, pCmd->DummyCycles); in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c3173 __IO uint32_t *tcr_reg; in XSPI_ConfigCmd() local
3189 tcr_reg = &(hxspi->Instance->WTCR); in XSPI_ConfigCmd()
3196 tcr_reg = &(hxspi->Instance->WPTCR); in XSPI_ConfigCmd()
3203 tcr_reg = &(hxspi->Instance->TCR); in XSPI_ConfigCmd()
3222 MODIFY_REG((*tcr_reg), XSPI_TCR_DCYC, pCmd->DummyCycles); in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2930 __IO uint32_t *tcr_reg; in OSPI_ConfigCmd() local
2946 tcr_reg = &(hospi->Instance->WTCR); in OSPI_ConfigCmd()
2953 tcr_reg = &(hospi->Instance->TCR); in OSPI_ConfigCmd()
2972 MODIFY_REG((*tcr_reg), OCTOSPI_TCR_DCYC, cmd->DummyCycles); in OSPI_ConfigCmd()