Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_otfdec.c885 __IO uint32_t *extMem_ptr = (uint32_t *)start_address; in HAL_OTFDEC_Cipher() local
907 *extMem_ptr = *in_ptr; in HAL_OTFDEC_Cipher()
909 *out_ptr = *extMem_ptr; in HAL_OTFDEC_Cipher()
911 extMem_ptr++; in HAL_OTFDEC_Cipher()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_otfdec.c885 __IO uint32_t *extMem_ptr = (uint32_t *)start_address; in HAL_OTFDEC_Cipher() local
904 *extMem_ptr = *in_ptr; in HAL_OTFDEC_Cipher()
906 *out_ptr = *extMem_ptr; in HAL_OTFDEC_Cipher()
908 extMem_ptr++; in HAL_OTFDEC_Cipher()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c885 __IO uint32_t *extMem_ptr = (uint32_t *)start_address; in HAL_OTFDEC_Cipher() local
904 *extMem_ptr = *in_ptr; in HAL_OTFDEC_Cipher()
906 *out_ptr = *extMem_ptr; in HAL_OTFDEC_Cipher()
908 extMem_ptr++; in HAL_OTFDEC_Cipher()