Searched refs:tcr_reg (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_ospi.c | 2633 __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-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_xspi.c | 3006 __IO uint32_t *tcr_reg; in XSPI_ConfigCmd() local 3022 tcr_reg = &(hxspi->Instance->WTCR); in XSPI_ConfigCmd() 3029 tcr_reg = &(hxspi->Instance->WPTCR); in XSPI_ConfigCmd() 3036 tcr_reg = &(hxspi->Instance->TCR); in XSPI_ConfigCmd() 3055 MODIFY_REG((*tcr_reg), XSPI_TCR_DCYC, pCmd->DummyCycles); in XSPI_ConfigCmd()
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 2861 __IO uint32_t *tcr_reg; in OSPI_ConfigCmd() local 2877 tcr_reg = &(hospi->Instance->WTCR); in OSPI_ConfigCmd() 2884 tcr_reg = &(hospi->Instance->WPTCR); in OSPI_ConfigCmd() 2891 tcr_reg = &(hospi->Instance->TCR); in OSPI_ConfigCmd() 2910 MODIFY_REG((*tcr_reg), OCTOSPI_TCR_DCYC, cmd->DummyCycles); in OSPI_ConfigCmd()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 3043 __IO uint32_t *tcr_reg; in OSPI_ConfigCmd() local 3059 tcr_reg = &(hospi->Instance->WTCR); in OSPI_ConfigCmd() 3066 tcr_reg = &(hospi->Instance->WPTCR); in OSPI_ConfigCmd() 3073 tcr_reg = &(hospi->Instance->TCR); in OSPI_ConfigCmd() 3092 MODIFY_REG((*tcr_reg), OCTOSPI_TCR_DCYC, cmd->DummyCycles); in OSPI_ConfigCmd()
|
D | stm32u5xx_hal_xspi.c | 3600 __IO uint32_t *tcr_reg; in XSPI_ConfigCmd() local 3634 tcr_reg = &(hxspi->Instance->WTCR); in XSPI_ConfigCmd() 3641 tcr_reg = &(hxspi->Instance->WPTCR); in XSPI_ConfigCmd() 3648 tcr_reg = &(hxspi->Instance->TCR); in XSPI_ConfigCmd() 3667 MODIFY_REG((*tcr_reg), XSPI_TCR_DCYC, pCmd->DummyCycles); in XSPI_ConfigCmd()
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_ospi.c | 2925 __IO uint32_t *tcr_reg; in OSPI_ConfigCmd() local 2941 tcr_reg = &(hospi->Instance->WTCR); 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()
|