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.
stm32f3348_discovery.c File Reference
This file provides set of firmware functions to manage Leds, push-button for STM32F3348 DISCO. More...
Go to the source code of this file.
Functions | |
| void | STM_EVAL_LEDInit (Led_TypeDef Led) |
| Configures LED GPIO. | |
| void | STM_EVAL_LEDOn (Led_TypeDef Led) |
| Turns selected LED On. | |
| void | STM_EVAL_LEDOff (Led_TypeDef Led) |
| Turns selected LED Off. | |
| void | STM_EVAL_LEDToggle (Led_TypeDef Led) |
| Toggles the selected LED. | |
| void | STM_EVAL_PBInit (Button_TypeDef Button, ButtonMode_TypeDef Button_Mode) |
| Configures Button GPIO and EXTI Line. | |
| uint32_t | STM_EVAL_PBGetState (Button_TypeDef Button) |
| Returns the selected Button state. | |
Detailed Description
This file provides set of firmware functions to manage Leds, push-button for STM32F3348 DISCO.
- Version:
- V1.0.0
- Date:
- 20-June-2014
- Attention:
© COPYRIGHT 2014 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 stm32f3348_discovery.c.
Generated on Wed Jul 13 2022 03:44:52 by
1.7.2