File nut/hwtest/cm3/stm/eeprom/eeprom_test.c

1st part


Included Files


Preprocessor definitions

#define MYPRINT( fmt, ... )

#define LED_OFF 0

#define LED_ON 1

#define LED( led, state )

#define LED1( state )

#define LED2( state )

#define LED3( state )

#define LED4( state )

#define LED5( state )

#define DLED( led, state )

#define DLED1( state )

#define DLED2( state )

#define DLED3( state )

#define DLED4( state )

#define KEY1

#define KEY2

#define KEY3

#define KEY4


Global Variable ledid

int8_t ledid
Visible in:   nut/hwtest/cm3/stm/eeprom/eeprom_test.c
Used in: Led() nut/hwtest/cm3/stm/eeprom/eeprom_test.c

Global Variable up

uint8_t up
Visible in:   nut/hwtest/cm3/stm/eeprom/eeprom_test.c
Used in: Led() nut/hwtest/cm3/stm/eeprom/eeprom_test.c

Global Variable teststr

const uint8_t teststr[64]
Visible in:   nut/hwtest/cm3/stm/eeprom/eeprom_test.c
Used in: NutAppMain() nut/hwtest/cm3/stm/eeprom/eeprom_test.c

Global Variable failstr

const char failstr[]
Visible in:   nut/hwtest/cm3/stm/eeprom/eeprom_test.c
Used in: NutAppMain() nut/hwtest/cm3/stm/eeprom/eeprom_test.c

Global Variable infostr

const char infostr[]
Visible in:   nut/hwtest/cm3/stm/eeprom/eeprom_test.c
Used in: NutAppMain() nut/hwtest/cm3/stm/eeprom/eeprom_test.c

Global Function HexDump()

void HexDump ( uint8_t* rxb, uint16_t len )
Calls: printf() nut/crt/printf.c
Called by: NutAppMain() nut/hwtest/cm3/stm/eeprom/eeprom_test.c

Global Function Led()

void Led ( void* arg )
Prototyped in: nut/hwtest/cm3/stm/eeprom/eeprom_test.c
Calls: IOExpSetBitHigh() nut/dev/pca9555.c
  IOExpSetBitLow() nut/dev/pca9555.c
  NutSleep(), NutThreadSetPriority()
References Variables: ledid nut/hwtest/cm3/stm/eeprom/eeprom_test.c
  up nut/hwtest/cm3/stm/eeprom/eeprom_test.c

Global Function NutAppMain()

int NutAppMain ( void )
Calls: EEInit() nut/dev/eeprom.c
  EEReadData() nut/dev/eeprom.c
  EEWriteData() nut/dev/eeprom.c
  HexDump() nut/hwtest/cm3/stm/eeprom/eeprom_test.c
  NutRegisterTwiBus() nut/dev/twibus_gpio.c
  NutTwiIOCtl() nut/dev/twibus_gpio.c
  _fileno() nut/crt/fileno.c
  _ioctl() nut/crt/ioctl.c
  freopen() nut/crt/freopen.c
  memset() nut/c/string/memset.c
  printf() nut/crt/printf.c
  strcpy() nut/c/string/strcpy.c
  strlen() nut/c/string/strlen.c
  strncmp() nut/c/string/strncmp.c
  NutRegisterDevice(), NutSleep()
Used in: NutIdle() nut/arch/avr/os/nutinit.c
References Variables: failstr nut/hwtest/cm3/stm/eeprom/eeprom_test.c
  infostr nut/hwtest/cm3/stm/eeprom/eeprom_test.c
  teststr nut/hwtest/cm3/stm/eeprom/eeprom_test.c