ECE 486 Support Libraries
opamp486.c File Reference

Setup L4 opamp1 to buffer DAC Channel 1 in order to drive pin PA3. More...

#include "stm32l4xx_hal.h"
#include "opamp486.h"

Go to the source code of this file.

Functions

void opamp_init (void)
 Set up OPAMP1 to buffer DAC Channel 1 to drive PA3. More...
 
void HAL_OPAMP_MspInit (OPAMP_HandleTypeDef *opamp)
 

Variables

static OPAMP_HandleTypeDef OpampHandle
 

Detailed Description

Setup L4 opamp1 to buffer DAC Channel 1 in order to drive pin PA3.

Author
Don Hummels
Date
Jan 2016

Definition in file opamp486.c.

Function Documentation

void HAL_OPAMP_MspInit ( OPAMP_HandleTypeDef *  opamp)

Definition at line 32 of file opamp486.c.

void opamp_init ( void  )

Set up OPAMP1 to buffer DAC Channel 1 to drive PA3.

Parameters
none
Returns
none

Definition at line 19 of file opamp486.c.

Variable Documentation

OPAMP_HandleTypeDef OpampHandle
static

Definition at line 15 of file opamp486.c.