Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
stm32f30x_syscfg.c File Reference
This file provides firmware functions to manage the following functionalities of the SYSCFG peripheral: + Remapping the memory mapped at 0x00000000 + Remapping the DMA channels + Enabling I2C fast mode plus driving capability for I2C plus + Remapping USB interrupt line + Configuring the EXTI lines connection to the GPIO port + Configuring the CLASSB requirements. More...
Go to the source code of this file.
Functions | |
| void | SYSCFG_DeInit (void) |
| Deinitializes the SYSCFG registers to their default reset values. | |
| void | SYSCFG_MemoryRemapConfig (uint32_t SYSCFG_MemoryRemap) |
| Configures the memory mapping at address 0x00000000. | |
| void | SYSCFG_DMAChannelRemapConfig (uint32_t SYSCFG_DMARemap, FunctionalState NewState) |
| Configures the DMA channels remapping. | |
| void | SYSCFG_TriggerRemapConfig (uint32_t SYSCFG_TriggerRemap, FunctionalState NewState) |
| Configures the remapping capabilities of DAC/TIM triggers. | |
| void | SYSCFG_EncoderRemapConfig (uint32_t SYSCFG_EncoderRemap) |
| Configures the remapping capabilities of encoder mode. | |
| void | SYSCFG_USBInterruptLineRemapCmd (FunctionalState NewState) |
| Remaps the USB interrupt lines. | |
| void | SYSCFG_I2CFastModePlusConfig (uint32_t SYSCFG_I2CFastModePlus, FunctionalState NewState) |
| Configures the I2C fast mode plus driving capability. | |
| void | SYSCFG_ITConfig (uint32_t SYSCFG_IT, FunctionalState NewState) |
| Enables or disables the selected SYSCFG interrupts. | |
| void | SYSCFG_EXTILineConfig (uint8_t EXTI_PortSourceGPIOx, uint8_t EXTI_PinSourcex) |
| Selects the GPIO pin used as EXTI Line. | |
| void | SYSCFG_BreakConfig (uint32_t SYSCFG_Break) |
| Connects the selected parameter to the break input of TIM1. | |
| void | SYSCFG_BypassParityCheckDisable (void) |
| Disables the parity check on RAM. | |
| void | SYSCFG_ADCTriggerRemapConfig (uint32_t SYSCFG_ADCTriggerRemap, FunctionalState NewState) |
| Configures the remapping capabilities of DAC/TIM triggers. | |
| void | SYSCFG_SRAMWRPEnable (uint32_t SYSCFG_SRAMWRP) |
| Enables the ICODE SRAM write protection. | |
| FlagStatus | SYSCFG_GetFlagStatus (uint32_t SYSCFG_Flag) |
| Checks whether the specified SYSCFG flag is set or not. | |
| void | SYSCFG_ClearFlag (uint32_t SYSCFG_Flag) |
| Clears the selected SYSCFG flag. | |
Detailed Description
This file provides firmware functions to manage the following functionalities of the SYSCFG peripheral: + Remapping the memory mapped at 0x00000000 + Remapping the DMA channels + Enabling I2C fast mode plus driving capability for I2C plus + Remapping USB interrupt line + Configuring the EXTI lines connection to the GPIO port + Configuring the CLASSB requirements.
- Version:
- V1.2.3
- Date:
- 10-July-2015
=============================================================================== ##### How to use this driver ##### =============================================================================== [..] The SYSCFG registers can be accessed only when the SYSCFG interface APB clock is enabled. [..] To enable SYSCFG APB clock use: RCC_APBPeriphClockCmd(RCC_APBPeriph_SYSCFG, ENABLE);
- Attention:
© COPYRIGHT 2015 STMicroelectronics
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 stm32f30x_syscfg.c.
Generated on Tue Jul 12 2022 17:34:45 by
1.7.2