Apps
Components
Interfaces
All Files
Source Tree
source:
tos.platform.avrmote.HPLADCC.nc
Component: HPLADCC
Provided Interfaces
HPLADC
ADC
Variables
bool init_portmap_done
uint8_t TOSH_adc_portmap[HPLADCC.TOSH_ADC_PORTMAPSIZE]
Function Index
void
init_portmap
(void)
command result_t
ADC.init
(void)
command result_t
ADC.setSamplingRate
(uint8_t rate)
command result_t
ADC.bindPort
(uint8_t port, uint8_t adcPort)
command result_t
ADC.samplePort
(uint8_t port)
command result_t
ADC.sampleAgain
(void)
command result_t
ADC.sampleStop
(void)
event result_t
ADC.dataReady
(uint16_t done)
void __attribute((interrupt))
_adc_
(void)