coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tsadc.h File Reference
#include <stdint.h>
Include dependency graph for tsadc.h:

Go to the source code of this file.

Enumerations

enum  { TSHUT_POL_HIGH = 1 << 8 , TSHUT_POL_LOW = 0 << 8 }
 

Functions

void tsadc_init (uint32_t polarity)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
TSHUT_POL_HIGH 
TSHUT_POL_LOW 

Definition at line 8 of file tsadc.h.

Function Documentation

◆ tsadc_init()