MAXREFDES62# Code Documentation
V01.00
RS-485 Micro PLC
|
#include "stm32f10x.h"
Go to the source code of this file.
Macros | |
#define | PASS 1 |
#define | FAIL 0 |
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: MAXREFDES63# Filename: maxim_device_specific_utilities.h Description: This module is an embedded controller driver for the MAXREFDES63#. It contains high level functions: maxim_max14900e_init() maxim_set_output
This driver can be dropped into a user's application as a starting point for development of an end application
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.h.
#define FAIL 0 |
Definition at line 72 of file maxim_device_specific_utilities.h.
#define PASS 1 |
Definition at line 71 of file maxim_device_specific_utilities.h.
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.