InES Hardware Abstraction Layer
Functions
system_ctboard.h File Reference

Interface of module system_ctboard. More...

#include "platform_ctboard.h"
#include "hal_gpio.h"
#include "hal_fmc.h"
#include "hal_pwr.h"
#include "hal_rcc.h"

Go to the source code of this file.

Functions

void system_enter_run (void)
 Enters into run mode. Initializes all necessary peripherals for running the ct board: More...
 
void system_enter_sleep (hal_pwr_lp_entry_t entry)
 Enter the sleep mode. More...
 
void system_enter_stop (hal_pwr_regulator_t regulator, hal_pwr_lp_entry_t entry)
 Enter the stop mode. More...
 
void system_enter_standby (void)
 Enter the standby mode.
 

Detailed Description

Interface of module system_ctboard.

$Id$

Function Documentation

◆ system_enter_run()

void system_enter_run ( void  )

Enters into run mode. Initializes all necessary peripherals for running the ct board:

  • System clock
  • Flexible memory controller -> CT board
  • LCD display on CT board

◆ system_enter_sleep()

void system_enter_sleep ( hal_pwr_lp_entry_t  entry)

Enter the sleep mode.

Parameters
entry: Should the stop mode be entered with WFI or WFE.

◆ system_enter_stop()

void system_enter_stop ( hal_pwr_regulator_t  regulator,
hal_pwr_lp_entry_t  entry 
)

Enter the stop mode.

Parameters
regulator: Specifies the voltage regulator used in stop mode.
entry: Should the stop mode be entered with WFI or WFE.