#include "Ramtron.h"Go to the source code of this file.
Functions | |
| unsigned char * | RamtronWriteString (uint8_t uiAddress, unsigned char *chString) |
| uint8_t | RamtronInit (void) |
| unsigned char | RamtronReadByte (uint8_t uiAddress) |
| uint8_t | RamtronWriteByte (uint8_t uiAddress, uint8_t uiData) |
| uint8_t RamtronInit | ( | void | ) |
Definition at line 57 of file Ramtron.c.
References FRAM_W, I2C_I2STAT, I2C_SetSTO(), printf(), SendSlaveAdress(), WD_Reset(), and WD_reset().
| unsigned char RamtronReadByte | ( | uint8_t | uiAddress | ) |
Definition at line 85 of file Ramtron.c.
References FRAM_R, FRAM_W, I2C_I2STAT, I2C_SetSTO(), printf(), ReadOnI2C(), SendSlaveAdress(), WD_Reset(), and WriteOnI2C().
Referenced by GetStatus(), and RMenu().
Definition at line 141 of file Ramtron.c.
References FRAM_W, I2C_I2STAT, I2C_SetSTO(), printf(), SendSlaveAdress(), and WriteOnI2C().
Referenced by RamtronWriteString(), RMenu(), and SetStatus().
| unsigned char* RamtronWriteString | ( | uint8_t | uiAddress, | |
| unsigned char * | chString | |||
| ) |
1.4.7