STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
Functions | |
void | SYSCFG_DeInit (void) |
Deinitializes the Alternate Functions (remap and EXTI configuration) registers to their default reset values. More... | |
void | SYSCFG_MemoryRemapConfig (uint8_t SYSCFG_MemoryRemap) |
Changes the mapping of the specified pin. More... | |
void | SYSCFG_EXTILineConfig (uint8_t EXTI_PortSourceGPIOx, uint8_t EXTI_PinSourcex) |
Selects the GPIO pin used as EXTI Line. More... | |
void | SYSCFG_ETH_MediaInterfaceConfig (uint32_t SYSCFG_ETH_MediaInterface) |
Selects the ETHERNET media interface. More... | |
void | SYSCFG_CompensationCellCmd (FunctionalState NewState) |
Enables or disables the I/O Compensation Cell. More... | |
FlagStatus | SYSCFG_GetCompensationCellStatus (void) |
Checks whether the I/O Compensation Cell ready flag is set or not. More... | |
void SYSCFG_CompensationCellCmd | ( | FunctionalState | NewState | ) |
Enables or disables the I/O Compensation Cell.
NewState,: | new state of the I/O Compensation Cell. This parameter can be one of the following values:
|
None |
void SYSCFG_DeInit | ( | void | ) |
Deinitializes the Alternate Functions (remap and EXTI configuration) registers to their default reset values.
None |
None |
void SYSCFG_ETH_MediaInterfaceConfig | ( | uint32_t | SYSCFG_ETH_MediaInterface | ) |
Selects the ETHERNET media interface.
SYSCFG_ETH_MediaInterface,: | specifies the Media Interface mode. This parameter can be one of the following values:
|
None |
void SYSCFG_EXTILineConfig | ( | uint8_t | EXTI_PortSourceGPIOx, |
uint8_t | EXTI_PinSourcex | ||
) |
Selects the GPIO pin used as EXTI Line.
EXTI_PortSourceGPIOx | : selects the GPIO port to be used as source for EXTI lines where x can be (A..I). |
EXTI_PinSourcex,: | specifies the EXTI line to be configured. This parameter can be EXTI_PinSourcex where x can be (0..15, except for EXTI_PortSourceGPIOI x can be (0..11). |
None |
FlagStatus SYSCFG_GetCompensationCellStatus | ( | void | ) |
Checks whether the I/O Compensation Cell ready flag is set or not.
None |
The | new state of the I/O Compensation Cell ready flag (SET or RESET) |
void SYSCFG_MemoryRemapConfig | ( | uint8_t | SYSCFG_MemoryRemap | ) |
Changes the mapping of the specified pin.
SYSCFG_Memory,: | selects the memory remapping. This parameter can be one of the following values:
|
None |