File nut/hwtest/cm3/stm/owi_test/owi_test.c


Included Files


Global Variable hid

uint64_t hid
Visible in:   nut/hwtest/cm3/stm/owi_test/owi_test.c

Global Variable res

uint8_t res
Visible in:   nut/hwtest/cm3/stm/owi_test/owi_test.c

Global Variable xcelsius

volatile int xcelsius
Visible in:   nut/hwtest/cm3/stm/owi_test/owi_test.c
Used in: OneWire() nut/hwtest/cm3/stm/owi_test/owi_test.c

Global Variable owi_event

HANDLE owi_event
Visible in:   nut/hwtest/cm3/stm/owi_test/owi_test.c
Used in: OneWire() nut/hwtest/cm3/stm/owi_test/owi_test.c

Local Variables

inbuf
static char inbuf[128]

Global Function NutAppMain()

int NutAppMain ( void )
Calls: _fileno() nut/crt/fileno.c
  _ioctl() nut/crt/ioctl.c
  freopen() nut/crt/freopen.c
  printf() nut/crt/printf.c
  puts() nut/crt/puts.c
  NutRegisterDevice(), NutSleep()
Used in: NutIdle() nut/arch/avr/os/nutinit.c

Global Function OneWire()

void OneWire ( void* arg )
Prototyped in: nut/hwtest/cm3/stm/owi_test/owi_test.c
Calls: printf() nut/crt/printf.c
  NutEventPost(), NutSleep(), OWReadBit(), OWReadByte(), w1_command()
References Variables: owi_event nut/hwtest/cm3/stm/owi_test/owi_test.c
  xcelsius nut/hwtest/cm3/stm/owi_test/owi_test.c