Home
last modified time | relevance | path

Searched refs:ospi_enabled (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2489 uint8_t ospi_enabled = 0U; in HAL_OSPIM_Config() local
2531 ospi_enabled |= 0x1U; in HAL_OSPIM_Config()
2536 ospi_enabled |= 0x2U; in HAL_OSPIM_Config()
2713 if ((ospi_enabled & 0x1U) != 0U) in HAL_OSPIM_Config()
2717 if ((ospi_enabled & 0x2U) != 0U) in HAL_OSPIM_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2498 uint8_t ospi_enabled = 0U; in HAL_OSPIM_Config() local
2542 ospi_enabled |= 0x1U; in HAL_OSPIM_Config()
2547 ospi_enabled |= 0x2U; in HAL_OSPIM_Config()
2736 if ((ospi_enabled & 0x1U) != 0U) in HAL_OSPIM_Config()
2740 if ((ospi_enabled & 0x2U) != 0U) in HAL_OSPIM_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c2617 uint8_t ospi_enabled = 0U; in HAL_OSPIM_Config() local
2658 ospi_enabled |= 0x1U; in HAL_OSPIM_Config()
2663 ospi_enabled |= 0x2U; in HAL_OSPIM_Config()
2847 if ((ospi_enabled & 0x1U) != 0U) in HAL_OSPIM_Config()
2851 if ((ospi_enabled & 0x2U) != 0U) in HAL_OSPIM_Config()