Home
last modified time | relevance | path

Searched refs:HAL_XSPIM_IOPORT_1 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c2865 if (pCfg->IOPort == HAL_XSPIM_IOPORT_1) in HAL_XSPIM_Config()
2872 IOM_cfg[0].IOPort = HAL_XSPIM_IOPORT_1 ; in HAL_XSPIM_Config()
2873 IOM_cfg[1].IOPort = HAL_XSPIM_IOPORT_1 ; in HAL_XSPIM_Config()
3429 pCfg->IOPort = HAL_XSPIM_IOPORT_1; in XSPIM_GetConfig()
3455 pCfg->IOPort = HAL_XSPIM_IOPORT_1; in XSPIM_GetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_xspi.h750 #define HAL_XSPIM_IOPORT_1 (0x00000000U) /*!< Port 1 */ macro
1231 #define IS_XSPIM_IO_PORT(PORT) (((PORT) == HAL_XSPIM_IOPORT_1) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_xspi.h786 #define HAL_XSPIM_IOPORT_1 (0x00000000U) /*!< Port 1 */ macro
1275 #define IS_XSPIM_IO_PORT(PORT) (((PORT) == HAL_XSPIM_IOPORT_1) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c3376 pCfg->IOPort = HAL_XSPIM_IOPORT_1; in XSPIM_GetConfig()
3402 pCfg->IOPort = HAL_XSPIM_IOPORT_1; in XSPIM_GetConfig()