Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c3008 __IO uint32_t *abr_reg; in XSPI_ConfigCmd() local
3024 abr_reg = &(hxspi->Instance->WABR); in XSPI_ConfigCmd()
3031 abr_reg = &(hxspi->Instance->WPABR); in XSPI_ConfigCmd()
3038 abr_reg = &(hxspi->Instance->ABR); in XSPI_ConfigCmd()
3047 *abr_reg = pCmd->AlternateBytes; in XSPI_ConfigCmd()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2863 __IO uint32_t *abr_reg; in OSPI_ConfigCmd() local
2879 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
2886 abr_reg = &(hospi->Instance->WPABR); in OSPI_ConfigCmd()
2893 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
2902 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c3045 __IO uint32_t *abr_reg; in OSPI_ConfigCmd() local
3061 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
3068 abr_reg = &(hospi->Instance->WPABR); in OSPI_ConfigCmd()
3075 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
3084 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()
Dstm32u5xx_hal_xspi.c3602 __IO uint32_t *abr_reg; in XSPI_ConfigCmd() local
3636 abr_reg = &(hxspi->Instance->WABR); in XSPI_ConfigCmd()
3643 abr_reg = &(hxspi->Instance->WPABR); in XSPI_ConfigCmd()
3650 abr_reg = &(hxspi->Instance->ABR); in XSPI_ConfigCmd()
3659 *abr_reg = pCmd->AlternateBytes; in XSPI_ConfigCmd()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2927 __IO uint32_t *abr_reg; in OSPI_ConfigCmd() local
2943 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
2950 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
2959 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()