MAXREFDES62# Code Documentation
V01.00
RS-485 Micro PLC
|
Go to the source code of this file.
Functions | |
uint8_t | maxim_keypress_loopback (uint8_t uch_char) |
Keypress loopback test. | |
uint8_t | maxim_send_file_loopback (void) |
Send file loopback test. | |
******************************************************
Project: MAXREFDES62# Filename: maxim_device_specific_utilities.c Description: This module is an embedded controller driver for the MAXREFDES62#. It contains high level functions: maxim_keypress_loopback maxim_send_file_loopback
Revision History:
9/17/2014 Rev 01.00 GL Initial release.
This code follows the following naming conventions:
char ch_pmod_value
char (array) s_pmod_string[16]
float f_pmod_value
int n_pmod_value
int (array) an_pmod_value[16]
u16 u_pmod_value
u16 (array) au_pmod_value[16]
u8 uch_pmod_value
u8 (array) auch_pmod_buffer[16]
unsigned int un_pmod_value
int * pun_pmod_value
Definition in file maxim_device_specific_utilities.c.
uint8_t maxim_keypress_loopback | ( | uint8_t | uch_char | ) |
Keypress loopback test.
None |
PASS | or FAIL |
Definition at line 67 of file maxim_device_specific_utilities.c.
uint8_t maxim_send_file_loopback | ( | void | ) |
Send file loopback test.
None |
PASS | or FAIL |
Definition at line 105 of file maxim_device_specific_utilities.c.