Home
last modified time | relevance | path

Searched refs:Address (Results 1 – 25 of 27) sorted by relevance

12

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash.c113 .Address = 0U, \
126 static void FLASH_Program_QuadWord(uint32_t Address, uint32_t DataAddress);
127 static void FLASH_Program_Burst(uint32_t Address, uint32_t DataAddress);
163 HAL_StatusTypeDef HAL_FLASH_Program(uint32_t TypeProgram, uint32_t Address, uint32_t DataAddress) in HAL_FLASH_Program() argument
191 FLASH_Program_QuadWord(Address, DataAddress); in HAL_FLASH_Program()
196 FLASH_Program_Burst(Address, DataAddress); in HAL_FLASH_Program()
224 HAL_StatusTypeDef HAL_FLASH_Program_IT(uint32_t TypeProgram, uint32_t Address, uint32_t DataAddress) in HAL_FLASH_Program_IT() argument
250 pFlash.Address = Address; in HAL_FLASH_Program_IT()
261 FLASH_Program_QuadWord(Address, DataAddress); in HAL_FLASH_Program_IT()
266 FLASH_Program_Burst(Address, DataAddress); in HAL_FLASH_Program_IT()
[all …]
Dstm32u5xx_hal_uart_ex.c1068 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
Dstm32u5xx_hal_ospi.c1086 WRITE_REG(hospi->Instance->AR, cmd->Address); in HAL_OSPI_HyperbusCmd()
3136 hospi->Instance->AR = cmd->Address; in OSPI_ConfigCmd()
3195 hospi->Instance->AR = cmd->Address; in OSPI_ConfigCmd()
Dstm32u5xx_hal_flash_ex.c864 pFlashOperation->Address = opsr_reg & FLASH_OPSR_ADDR_OP; in HAL_FLASHEx_GetOperation()
Dstm32u5xx_hal_uart.c550 HAL_StatusTypeDef HAL_MultiProcessor_Init(UART_HandleTypeDef *huart, uint8_t Address, uint32_t Wake… in HAL_MultiProcessor_Init() argument
606 … MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)Address << UART_CR2_ADDRESS_LSB_POS)); in HAL_MultiProcessor_Init()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_flash.c112 .Address = 0U, \
124 static void FLASH_Program_DoubleWord(uint32_t Address, uint64_t Data);
159 HAL_StatusTypeDef HAL_FLASH_Program(uint32_t TypeProgram, uint32_t Address, uint64_t Data) in HAL_FLASH_Program() argument
182 FLASH_Program_DoubleWord(Address, Data); in HAL_FLASH_Program()
207 HAL_StatusTypeDef HAL_FLASH_Program_IT(uint32_t TypeProgram, uint32_t Address, uint64_t Data) in HAL_FLASH_Program_IT() argument
233 pFlash.Address = Address; in HAL_FLASH_Program_IT()
242 FLASH_Program_DoubleWord(Address, Data); in HAL_FLASH_Program_IT()
280 param = pFlash.Address; in HAL_FLASH_IRQHandler()
660 static void FLASH_Program_DoubleWord(uint32_t Address, uint64_t Data) in FLASH_Program_DoubleWord() argument
665 assert_param(IS_FLASH_PROGRAM_ADDRESS(Address)); in FLASH_Program_DoubleWord()
[all …]
Dstm32l5xx_hal_uart_ex.c964 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
Dstm32l5xx_hal_ospi.c1069 WRITE_REG(hospi->Instance->AR, cmd->Address); in HAL_OSPI_HyperbusCmd()
2722 hospi->Instance->AR = cmd->Address; in OSPI_ConfigCmd()
2781 hospi->Instance->AR = cmd->Address; in OSPI_ConfigCmd()
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Source/armclang/
Dstartup_psoc64_s.s30 ; Address of the NMI handler in ROM
33 ; Address of CPU VTOR register
40 ; Vector Table Mapped to Address 0 at Reset
Dstartup_psoc64_ns.s32 ; Vector Table Mapped to Address 0 at Reset
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Source/iar/
Dstartup_psoc64_s.s30 ; Address of the NMI handler in ROM
33 ; Address of CPU VTOR register
38 ; Vector Table Mapped to Address 0 at Reset
Dstartup_psoc64_ns.s30 ; Vector Table Mapped to Address 0 at Reset
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/Components/mx25lm51245g/
Dmx25lm51245g.c111 s_command.Address = 0U; in MX25LM51245G_AutoPollingMemReady()
175 s_command.Address = ReadAddr; in MX25LM51245G_ReadSTR()
228 s_command.Address = ReadAddr; in MX25LM51245G_ReadDTR()
289 s_command.Address = WriteAddr; in MX25LM51245G_PageProgram()
341 s_command.Address = WriteAddr; in MX25LM51245G_PageProgramDTR()
405 s_command.Address = BlockAddress; in MX25LM51245G_BlockErase()
763 s_command.Address = 0U; in MX25LM51245G_WriteEnable()
868 s_command.Address = 0U; in MX25LM51245G_ReadStatusRegister()
936 s_command.Address = 0U; in MX25LM51245G_WriteStatusRegister()
1007 s_command.Address = 1U; in MX25LM51245G_WriteCfgRegister()
[all …]
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_flash_ex.h70 uint32_t Address; /*!< Flash operation Address offset. member
Dstm32u5xx_hal_flash.h125 …uint32_t Address; /* Internal variable to save address selected for program member
888 HAL_StatusTypeDef HAL_FLASH_Program(uint32_t TypeProgram, uint32_t Address, uint32_t DataAddress);
889 HAL_StatusTypeDef HAL_FLASH_Program_IT(uint32_t TypeProgram, uint32_t Address, uint32_t DataAddres…
Dstm32u5xx_hal_uart_ex.h57 uint8_t Address; /*!< UART/USART node address (7-bit long max). */ member
Dstm32u5xx_hal_ospi.h153 uint32_t Address; /*!< It contains the address to be sent to the device. member
206 uint32_t Address; /*!< It contains the address to be sent tot he device. member
Dstm32u5xx_hal_uart.h1562 HAL_StatusTypeDef HAL_MultiProcessor_Init(UART_HandleTypeDef *huart, uint8_t Address, uint32_t Wake…
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_dma_ex.h214 HAL_StatusTypeDef HAL_DMAEx_ChangeMemory(DMA_HandleTypeDef *hdma, uint32_t Address, HAL_DMA_MemoryT…
Dstm32l5xx_hal_flash.h117 …uint32_t Address; /*!< Internal variable to save address selected for prog… member
880 HAL_StatusTypeDef HAL_FLASH_Program(uint32_t TypeProgram, uint32_t Address, uint64_t Data);
881 HAL_StatusTypeDef HAL_FLASH_Program_IT(uint32_t TypeProgram, uint32_t Address, uint64_t Data);
Dstm32l5xx_hal_uart_ex.h57 uint8_t Address; /*!< UART/USART node address (7-bit long max). */ member
Dstm32l5xx_hal_ospi.h147 uint32_t Address; /*!< It contains the address to be sent to the device. member
200 uint32_t Address; /*!< It contains the address to be sent tot he device. member
Dstm32l5xx_hal_uart.h1557 HAL_StatusTypeDef HAL_MultiProcessor_Init(UART_HandleTypeDef *huart, uint8_t Address, uint32_t Wake…
/trusted-firmware-m-3.4.0/docs/security/security_advisories/
Dsvc_caller_sp_fetching_vulnerability.rst69 position of member 'Return Address' in the PSP_S pointing context, and uses the
79 memory address 'Return Address - 2', a 'MemFault' or 'HardFault' would happen.
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/CMSIS_Driver/
Dlow_level_flash.c326 flash_operation.Address); in Flash_Initialize()

12