libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <libopencm3/stm32/opamp.h>
Go to the source code of this file.
Functions | |
void | opamp_enable (uint32_t base) |
void | opamp_disable (uint32_t base) |
void | opamp_lock (uint32_t base) |
void | opamp_set_calsel (uint32_t base, uint32_t calsel) |
void | opamp_force_vp_enable (uint32_t base) |
void | opamp_force_vp_disable (uint32_t base) |
void | opamp_cal_enable (uint32_t base) |
void | opamp_cal_disable (uint32_t base) |
void | opamp_trimoffsetn_set (uint32_t base, uint32_t trim) |
void | opamp_trimoffsetp_set (uint32_t base, uint32_t trim) |
void | opamp_user_trim_enable (uint32_t base) |
void | opamp_user_trim_disable (uint32_t base) |
void | opamp_pga_gain_select (uint32_t base, uint32_t gain) |
void | opamp_vp_select (uint32_t base, uint32_t vp) |
void | opamp_vm_select (uint32_t base, uint32_t vm) |