CARME-M4 BSP
V1.5
|
This file contains all the functions prototypes for the SYSCFG firmware library. More...
#include "stm32f4xx.h"
Go to the source code of this file.
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_MemorySwappingBank (FunctionalState NewState) |
Enables or disables the Interal FLASH Bank Swapping. 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... | |
This file contains all the functions prototypes for the SYSCFG firmware library.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file stm32f4xx_syscfg.h.