STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_SYSCFG_SetRemapMemory (uint32_t Memory) |
Set memory mapping at address 0x00000000. | |
__STATIC_INLINE uint32_t | LL_SYSCFG_GetRemapMemory (void) |
Get memory mapping at address 0x00000000. | |
__STATIC_INLINE void | LL_SYSCFG_EnableFMCMemorySwapping (void) |
Enables the FMC Memory Mapping Swapping. | |
__STATIC_INLINE void | LL_SYSCFG_DisableFMCMemorySwapping (void) |
Disables the FMC Memory Mapping Swapping. | |
__STATIC_INLINE void | LL_SYSCFG_EnableCompensationCell (void) |
Enables the Compensation cell Power Down. | |
__STATIC_INLINE void | LL_SYSCFG_DisableCompensationCell (void) |
Disables the Compensation cell Power Down. | |
__STATIC_INLINE uint32_t | LL_SYSCFG_IsActiveFlag_CMPCR (void) |
Get Compensation Cell ready Flag. | |
__STATIC_INLINE void | LL_SYSCFG_SetPHYInterface (uint32_t Interface) |
Select Ethernet PHY interface. | |
__STATIC_INLINE uint32_t | LL_SYSCFG_GetPHYInterface (void) |
Get Ethernet PHY interface. | |
__STATIC_INLINE void | LL_SYSCFG_SetFlashBankMode (uint32_t Bank) |
Select Flash bank mode (Bank flashed at 0x08000000) | |
__STATIC_INLINE uint32_t | LL_SYSCFG_GetFlashBankMode (void) |
Get Flash bank mode (Bank flashed at 0x08000000) | |
__STATIC_INLINE void | LL_SYSCFG_SetEXTISource (uint32_t Port, uint32_t Line) |
Configure source input for the EXTI external interrupt. | |
__STATIC_INLINE uint32_t | LL_SYSCFG_GetEXTISource (uint32_t Line) |
Get the configured defined for specific EXTI Line. |
__STATIC_INLINE void LL_SYSCFG_DisableCompensationCell | ( | void | ) |
Disables the Compensation cell Power Down.
None |
Definition at line 530 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_SYSCFG_DisableFMCMemorySwapping | ( | void | ) |
Disables the FMC Memory Mapping Swapping.
None |
Definition at line 505 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_SYSCFG_EnableCompensationCell | ( | void | ) |
Enables the Compensation cell Power Down.
None |
Definition at line 518 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_SYSCFG_EnableFMCMemorySwapping | ( | void | ) |
Enables the FMC Memory Mapping Swapping.
None |
Definition at line 493 of file stm32f4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_SYSCFG_GetEXTISource | ( | uint32_t | Line | ) |
Get the configured defined for specific EXTI Line.
Returned | value can be one of the following values:
|
Definition at line 709 of file stm32f4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_SYSCFG_GetFlashBankMode | ( | void | ) |
Get Flash bank mode (Bank flashed at 0x08000000)
Returned | value can be one of the following values: |
Definition at line 596 of file stm32f4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_SYSCFG_GetPHYInterface | ( | void | ) |
Get Ethernet PHY interface.
Returned | value can be one of the following values: |
None |
Definition at line 567 of file stm32f4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_SYSCFG_GetRemapMemory | ( | void | ) |
Get memory mapping at address 0x00000000.
Returned | value can be one of the following values:
|
Definition at line 480 of file stm32f4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_SYSCFG_IsActiveFlag_CMPCR | ( | void | ) |
Get Compensation Cell ready Flag.
State | of bit (1 or 0). |
Definition at line 540 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_SYSCFG_SetEXTISource | ( | uint32_t | Port, |
uint32_t | Line | ||
) |
Configure source input for the EXTI external interrupt.
Port | This parameter can be one of the following values: (*) value not defined in all devices |
Line | This parameter can be one of the following values:
|
None |
Definition at line 670 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_SYSCFG_SetFlashBankMode | ( | uint32_t | Bank | ) |
Select Flash bank mode (Bank flashed at 0x08000000)
Bank | This parameter can be one of the following values: |
None |
Definition at line 584 of file stm32f4xx_ll_system.h.
__STATIC_INLINE void LL_SYSCFG_SetPHYInterface | ( | uint32_t | Interface | ) |
Select Ethernet PHY interface.
Interface | This parameter can be one of the following values: |
None |
Definition at line 554 of file stm32f4xx_ll_system.h.
__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:
|
None |
Definition at line 465 of file stm32f4xx_ll_system.h.