Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_ospi.c2626 __IO uint32_t *ccr_reg, *tcr_reg, *ir_reg, *abr_reg; in OSPI_ConfigCmd() local
2642 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
2649 abr_reg = &(hospi->Instance->WPABR); in OSPI_ConfigCmd()
2656 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
2665 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c3040 __IO uint32_t *abr_reg; in OSPI_ConfigCmd() local
3056 abr_reg = &(hospi->Instance->WABR); in OSPI_ConfigCmd()
3063 abr_reg = &(hospi->Instance->WPABR); in OSPI_ConfigCmd()
3070 abr_reg = &(hospi->Instance->ABR); in OSPI_ConfigCmd()
3079 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()