STM32L476G_EVAL BSP User Manual: Exported Functions

STM32L476G_EVAL BSP

STM32L476G_EVAL BSP User Manual
Exported Functions

Functions

uint8_t BSP_IDD_Init (void)
 Configures IDD measurement components.
void BSP_IDD_EnterStopMode2 (void)
 Board Enter Stop Mode 2.
void BSP_IDD_EnterStopMode1 (void)
 Board Enter Stop Mode 1.
void BSP_IDD_ExitStopMode (void)
 Board Exit Stop Mode.
void BSP_IDD_EnterSleepMode (void)
 Board Enter Sleep Mode.
void BSP_IDD_ExitSleepMode (void)
 Board Exit Sleep Mode.
void BSP_IDD_EnterRunMode (void)
 Board Enter Run Mode.
void BSP_IDD_EnterStandbyMode (void)
 Board Enter Standby Mode.
uint32_t BSP_IDD_GetValue (IDD_ModeTypdef LowPowerMode, uint32_t Calibration, uint32_t *IddValue)
 Get IDD current consumption value.

Function Documentation

void BSP_IDD_EnterRunMode ( void  )

Board Enter Run Mode.

Return values:
None.

Definition at line 260 of file stm32l476g_eval_idd.c.

void BSP_IDD_EnterSleepMode ( void  )

Board Enter Sleep Mode.

Return values:
None.

Definition at line 217 of file stm32l476g_eval_idd.c.

void BSP_IDD_EnterStandbyMode ( void  )

Board Enter Standby Mode.

Return values:
None.

Definition at line 278 of file stm32l476g_eval_idd.c.

void BSP_IDD_EnterStopMode1 ( void  )

Board Enter Stop Mode 1.

Return values:
None.

Definition at line 189 of file stm32l476g_eval_idd.c.

void BSP_IDD_EnterStopMode2 ( void  )

Board Enter Stop Mode 2.

Return values:
None.

Definition at line 169 of file stm32l476g_eval_idd.c.

void BSP_IDD_ExitSleepMode ( void  )

Board Exit Sleep Mode.

Return values:
None.

Definition at line 245 of file stm32l476g_eval_idd.c.

void BSP_IDD_ExitStopMode ( void  )

Board Exit Stop Mode.

Return values:
None.

Definition at line 203 of file stm32l476g_eval_idd.c.

uint32_t BSP_IDD_GetValue ( IDD_ModeTypdef  LowPowerMode,
uint32_t  Calibration,
uint32_t *  IddValue 
)

Get IDD current consumption value.

Parameters:
LowPowerMode,:Low Power Mode (STOP, SLEEP, RUN, STANDBY).
Calibration,:Offset Calibration.
IddValue,:Pointer on u32 to store Idd. Value unit is nA.
Return values:
BSP_IDD_OKif no problem during initialization

Definition at line 301 of file stm32l476g_eval_idd.c.

References BSP_IDD_ERROR, BSP_IDD_MODE_CALIBRATION, BSP_IDD_OK, EVAL_IDD_FULL_SCALE, EVAL_IDD_VDD, heval_AdcChannelConfig, and heval_AdcHandle.

uint8_t BSP_IDD_Init ( void  )

Configures IDD measurement components.

Return values:
BSP_IDD_OKif no problem during initialization

Definition at line 92 of file stm32l476g_eval_idd.c.

References BSP_IDD_ERROR, BSP_IDD_OK, heval_AdcChannelConfig, and heval_AdcHandle.

Generated on Sun Jun 21 2015 23:46:42 for STM32L476G_EVAL BSP User Manual by   doxygen 1.7.6.1