Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c2635 __IO uint32_t *abr_reg; in OSPI_ConfigCmd() local
2651 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
2658 abr_reg = &(hospi->Instance->WPABR); in OSPI_ConfigCmd()
2665 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
2674 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c3014 __IO uint32_t *abr_reg; in XSPI_ConfigCmd() local
3030 abr_reg = &(hxspi->Instance->WABR); in XSPI_ConfigCmd()
3037 abr_reg = &(hxspi->Instance->WPABR); in XSPI_ConfigCmd()
3044 abr_reg = &(hxspi->Instance->ABR); in XSPI_ConfigCmd()
3061 *abr_reg = pCmd->AlternateBytes; in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2920 __IO uint32_t *abr_reg; in OSPI_ConfigCmd() local
2936 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
2943 abr_reg = &(hospi->Instance->WPABR); in OSPI_ConfigCmd()
2950 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
2959 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c3048 __IO uint32_t *abr_reg; in OSPI_ConfigCmd() local
3064 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
3071 abr_reg = &(hospi->Instance->WPABR); in OSPI_ConfigCmd()
3078 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
3087 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()
Dstm32u5xx_hal_xspi.c3607 __IO uint32_t *abr_reg; in XSPI_ConfigCmd() local
3641 abr_reg = &(hxspi->Instance->WABR); in XSPI_ConfigCmd()
3648 abr_reg = &(hxspi->Instance->WPABR); in XSPI_ConfigCmd()
3655 abr_reg = &(hxspi->Instance->ABR); in XSPI_ConfigCmd()
3672 *abr_reg = pCmd->AlternateBytes; in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c3228 __IO uint32_t *abr_reg; in XSPI_ConfigCmd() local
3244 abr_reg = &(hxspi->Instance->WABR); in XSPI_ConfigCmd()
3251 abr_reg = &(hxspi->Instance->WPABR); in XSPI_ConfigCmd()
3258 abr_reg = &(hxspi->Instance->ABR); in XSPI_ConfigCmd()
3267 *abr_reg = pCmd->AlternateBytes; in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c3175 __IO uint32_t *abr_reg; in XSPI_ConfigCmd() local
3191 abr_reg = &(hxspi->Instance->WABR); in XSPI_ConfigCmd()
3198 abr_reg = &(hxspi->Instance->WPABR); in XSPI_ConfigCmd()
3205 abr_reg = &(hxspi->Instance->ABR); in XSPI_ConfigCmd()
3214 *abr_reg = pCmd->AlternateBytes; in XSPI_ConfigCmd()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2932 __IO uint32_t *abr_reg; in OSPI_ConfigCmd() local
2948 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
2955 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
2964 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()