ARMEBS4  revision-26.06.2015
stm32_manageable_psu.h
Go to the documentation of this file.
1 /**
2  * \file heivs/stm32_manageable_psu.h
3  *
4  * \brief Manageable PSU with an enable and a digital potentiometer
5  * \author marc dot pignat at hevs dot ch
6  * \addtogroup oldies
7  * @{
8  ***************************************************************************/
9 #ifndef HEIVS_STM32_MANAGEABLE_PSU_H
10 #define HEIVS_STM32_MANAGEABLE_PSU_H
11 
12 #include "heivs/stm32_i2c.h"
13 
14 #ifdef __cplusplus
15  extern "C" {
16 #endif
17 
18 status_e psu_aux0_set(uint32_t mv);
19 status_e psu_aux1_set(uint32_t mv);
20 
21 #ifdef __cplusplus
22  }
23 #endif
24 
25 /**
26  * @}
27  */
28 #endif /* HEIVS_STM32_MANAGEABLE_PSU_H */
status_e
Known errors.
Definition: error.h:21
i2c bus