Searched refs:AddressSpace (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_ospi.h | 197 uint32_t AddressSpace; /*!< It indicates the address space accessed by the command. member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_ospi.c | 1043 assert_param(IS_OSPI_ADDRESS_SPACE(cmd->AddressSpace)); in HAL_OSPI_HyperbusCmd() 1060 MODIFY_REG(hospi->Instance->DCR1, OCTOSPI_DCR1_MTYP_0, cmd->AddressSpace); in HAL_OSPI_HyperbusCmd()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_ospi.h | 201 uint32_t AddressSpace; /*!< It indicates the address space accessed by the command. member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ospi.h | 203 uint32_t AddressSpace; /*!< It indicates the address space accessed by the command. member
|
D | stm32u5xx_hal_xspi.h | 205 uint32_t AddressSpace; /*!< It indicates the address space accessed by the command. member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_ospi.h | 203 uint32_t AddressSpace; /*!< It indicates the address space accessed by the command. member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_xspi.c | 1079 assert_param(IS_XSPI_ADDRESS_SPACE(pCmd->AddressSpace)); in HAL_XSPI_HyperbusCmd() 1096 MODIFY_REG(hxspi->Instance->DCR1, XSPI_DCR1_MTYP_0, pCmd->AddressSpace); in HAL_XSPI_HyperbusCmd()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_xspi.h | 200 uint32_t AddressSpace; /*!< It indicates the address space accessed by the command. member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_xspi.h | 198 uint32_t AddressSpace; /*!< It indicates the address space accessed by the command. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 1086 assert_param(IS_OSPI_ADDRESS_SPACE(cmd->AddressSpace)); in HAL_OSPI_HyperbusCmd() 1103 MODIFY_REG(hospi->Instance->DCR1, OCTOSPI_DCR1_MTYP_0, cmd->AddressSpace); in HAL_OSPI_HyperbusCmd()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_ospi.c | 1054 assert_param(IS_OSPI_ADDRESS_SPACE(cmd->AddressSpace)); in HAL_OSPI_HyperbusCmd() 1071 MODIFY_REG(hospi->Instance->DCR1, OCTOSPI_DCR1_MTYP_0, cmd->AddressSpace); in HAL_OSPI_HyperbusCmd()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_xspi.h | 202 uint32_t AddressSpace; /*!< It indicates the address space accessed by the command. member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 1057 assert_param(IS_OSPI_ADDRESS_SPACE(cmd->AddressSpace)); in HAL_OSPI_HyperbusCmd() 1074 MODIFY_REG(hospi->Instance->DCR1, OCTOSPI_DCR1_MTYP_0, cmd->AddressSpace); in HAL_OSPI_HyperbusCmd()
|
D | stm32u5xx_hal_xspi.c | 1199 assert_param(IS_XSPI_ADDRESS_SPACE(pCmd->AddressSpace)); in HAL_XSPI_HyperbusCmd() 1226 MODIFY_REG(hxspi->Instance->DCR1, XSPI_DCR1_MTYP_0, pCmd->AddressSpace); in HAL_XSPI_HyperbusCmd()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_xspi.c | 1105 assert_param(IS_XSPI_ADDRESS_SPACE(pCmd->AddressSpace)); in HAL_XSPI_HyperbusCmd() 1123 MODIFY_REG(hxspi->Instance->DCR1, XSPI_DCR1_MTYP_0, pCmd->AddressSpace); in HAL_XSPI_HyperbusCmd()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_xspi.c | 1098 assert_param(IS_XSPI_ADDRESS_SPACE(pCmd->AddressSpace)); in HAL_XSPI_HyperbusCmd() 1116 MODIFY_REG(hxspi->Instance->DCR1, XSPI_DCR1_MTYP_0, pCmd->AddressSpace); in HAL_XSPI_HyperbusCmd()
|