66 LL SYSTEM Generic Driver
66.1 SYSTEM Firmware driver API description
66.1.1 Detailed description of functions
LL_SYSCFG_SetRemapMemory
__STATIC_INLINE void LL_SYSCFG_SetRemapMemory
(uint32_t Memory)
Set memory mapping at address 0x00000000.
Memory: This parameter can be one of the following values:
LL_SYSCFG_REMAP_FLASH
LL_SYSCFG_REMAP_SYSTEMFLASH
LL_SYSCFG_REMAP_FSMC
LL_SYSCFG_REMAP_SRAM
Reference Manual to
LL API cross
reference:
SYSCFG_MEMRMP MEM_MODE
LL_SYSCFG_SetRemapMemory
LL_SYSCFG_GetRemapMemory
__STATIC_INLINE uint32_t LL_SYSCFG_GetRemapMemory
(void )
Get memory mapping at address 0x00000000.
Returned: value can be one of the following values:
LL_SYSCFG_REMAP_FLASH
LL_SYSCFG_REMAP_SYSTEMFLASH
LL_SYSCFG_REMAP_SRAM
LL_SYSCFG_REMAP_FSMC
Reference Manual to
LL API cross
reference:
SYSCFG_MEMRMP MEM_MODE
LL_SYSCFG_GetRemapMemory
LL_SYSCFG_EnableCompensationCell
__STATIC_INLINE void
LL_SYSCFG_EnableCompensationCell (void )
Enables the Compensation cell Power Down.
The I/O compensation cell can be used only when the device
supply voltage ranges from 2.4 to 3.6 V
Reference Manual to
LL API cross
SYSCFG_CMPCR CMP_PD
LL_SYSCFG_EnableCompensationCell