Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2496 uint8_t ospi_enabled = 0U; in HAL_OSPIM_Config() local
2540 ospi_enabled |= 0x1U; in HAL_OSPIM_Config()
2545 ospi_enabled |= 0x2U; in HAL_OSPIM_Config()
2731 if ((ospi_enabled & 0x1U) != 0U) in HAL_OSPIM_Config()
2735 if ((ospi_enabled & 0x2U) != 0U) in HAL_OSPIM_Config()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2474 uint8_t ospi_enabled = 0U; in HAL_OSPIM_Config() local
2516 ospi_enabled |= 0x1U; in HAL_OSPIM_Config()
2521 ospi_enabled |= 0x2U; in HAL_OSPIM_Config()
2695 if ((ospi_enabled & 0x1U) != 0U) in HAL_OSPIM_Config()
2699 if ((ospi_enabled & 0x2U) != 0U) in HAL_OSPIM_Config()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c2615 uint8_t ospi_enabled = 0U; in HAL_OSPIM_Config() local
2656 ospi_enabled |= 0x1U; in HAL_OSPIM_Config()
2661 ospi_enabled |= 0x2U; in HAL_OSPIM_Config()
2844 if ((ospi_enabled & 0x1U) != 0U) in HAL_OSPIM_Config()
2848 if ((ospi_enabled & 0x2U) != 0U) in HAL_OSPIM_Config()