Home
last modified time | relevance | path

Searched refs:Memory (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_system.h243 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
245 MODIFY_REG(SYSCFG->MEMRMP, SYSCFG_MEMRMP_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_system.h285 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
287 MODIFY_REG(SYSCFG->CFGR1, SYSCFG_CFGR1_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_system.h386 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
388 MODIFY_REG(FLASH->CONFIG, (FLASH_CONFIG_REMAP), Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c1942 …Def HAL_DCMIPP_PIPE_SetMemoryAddress(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t Memory, in HAL_DCMIPP_PIPE_SetMemoryAddress() argument
1952 assert_param(IS_DCMIPP_MEMORY_ADDRESS(Memory)); in HAL_DCMIPP_PIPE_SetMemoryAddress()
1958 if (Memory == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_SetMemoryAddress()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_system.h435 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
437 MODIFY_REG(SYSCFG->MEMRMP, SYSCFG_MEMRMP_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_system.h371 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
373 MODIFY_REG(SYSCFG->MEMRMP, SYSCFG_MEMRMP_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_system.h407 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
409 MODIFY_REG(SYSCFG->MEMRMP, SYSCFG_MEMRMP_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_system.h466 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
468 MODIFY_REG(SYSCFG->MEMRMP, SYSCFG_MEMRMP_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_system.h505 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
507 MODIFY_REG(SYSCFG->CFGR1, SYSCFG_CFGR1_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_system.h322 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
324 MODIFY_REG(SYSCFG->CFGR1, SYSCFG_CFGR1_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_system.h348 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
350 MODIFY_REG(SYSCFG->CFGR1, SYSCFG_CFGR1_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_system.h428 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
430 MODIFY_REG(SYSCFG->MEMRMP, SYSCFG_MEMRMP_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_system.h471 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
473 MODIFY_REG(SYSCFG->MEMRMP, SYSCFG_MEMRMP_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_system.h237 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
239 MODIFY_REG(SYSCFG->CFGR1, SYSCFG_CFGR1_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_system.h299 __STATIC_INLINE void LL_SYSCFG_SetRemapMemory(uint32_t Memory) in LL_SYSCFG_SetRemapMemory() argument
301 MODIFY_REG(SYSCFG->CFGR1, SYSCFG_CFGR1_MEM_MODE, Memory); in LL_SYSCFG_SetRemapMemory()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c6236 …Def HAL_DCMIPP_PIPE_SetMemoryAddress(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t Memory, in HAL_DCMIPP_PIPE_SetMemoryAddress() argument
6246 assert_param(IS_DCMIPP_MEMORY_ADDRESS(Memory)); in HAL_DCMIPP_PIPE_SetMemoryAddress()
6252 if (Memory == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_SetMemoryAddress()
6272 if (Memory == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_SetMemoryAddress()
6285 if (Memory == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_SetMemoryAddress()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h767 …Def HAL_DCMIPP_PIPE_SetMemoryAddress(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t Memory,
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h2102 …Def HAL_DCMIPP_PIPE_SetMemoryAddress(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t Memory,