Richard Vasquez / DMA_RAM_DAC
Embed: (wiki syntax)

« Back to documentation index

stm32f3348_discovery.c File Reference

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.

Author:
MCD Application Team
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.