ST / BSP_DISCO_L4R9I

Dependents:   DISCO_L4R9I-LCD-demo

Embed: (wiki syntax)

« Back to documentation index

stm32l4r9i_discovery_idd.c File Reference

stm32l4r9i_discovery_idd.c File Reference

This file provides a set of firmware functions to manage the Idd measurement driver for STM32L4R9I_DISCOVERY board. More...

Go to the source code of this file.

Functions

uint8_t BSP_IDD_Init (void)
 Configures IDD measurement component.
void BSP_IDD_DeInit (void)
 Unconfigures IDD measurement component.
void BSP_IDD_Reset (void)
 Reset Idd measurement component.
void BSP_IDD_LowPower (void)
 Turn Idd measurement component in low power (standby/sleep) mode.
void BSP_IDD_StartMeasure (void)
 Start Measurement campaign.
void BSP_IDD_Config (IDD_ConfigTypeDef IddConfig)
 Configure Idd component.
void BSP_IDD_GetValue (uint32_t *IddValue)
 Get Idd current value.
void BSP_IDD_EnableIT (void)
 Enable Idd interrupt that warn end of measurement.
void BSP_IDD_ClearIT (void)
 Clear Idd interrupt that warn end of measurement.
uint8_t BSP_IDD_GetITStatus (void)
 Get Idd interrupt status.
void BSP_IDD_DisableIT (void)
 Disable Idd interrupt that warn end of measurement.
uint8_t BSP_IDD_ErrorGetCode (void)
 Get Error Code .
void BSP_IDD_ErrorEnableIT (void)
 Enable error interrupt that warn end of measurement.
void BSP_IDD_ErrorClearIT (void)
 Clear Error interrupt that warn end of measurement.
uint8_t BSP_IDD_ErrorGetITStatus (void)
 Get Error interrupt status.
void BSP_IDD_ErrorDisableIT (void)
 Disable Error interrupt.
void BSP_IDD_WakeUp (void)
 Wake up Idd measurement component.

Detailed Description

This file provides a set of firmware functions to manage the Idd measurement driver for STM32L4R9I_DISCOVERY board.

Author:
MCD Application Team
Attention:

© Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Definition in file stm32l4r9i_discovery_idd.c.