Deleted Added
full compact
rpreg.h (28868) rpreg.h (35256)
1/*
2 * Copyright (c) Comtrol Corporation <support@comtrol.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted prodived that the follwoing conditions
7 * are met.
8 * 1. Redistributions of source code must retain the above copyright

--- 779 unchanged lines hidden (view full) ---

788Call: sGetTxRxDataIO(ChP)
789 CHANNEL_T *ChP; Ptr to channel structure
790Return: WordIO_t: I/O address of a channel's TxRx Data register
791*/
792#define sGetTxRxDataIO(ChP) (ChP)->TxRxData
793
794/***************************************************************************
795Function: sInitChanDefaults
1/*
2 * Copyright (c) Comtrol Corporation <support@comtrol.com>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted prodived that the follwoing conditions
7 * are met.
8 * 1. Redistributions of source code must retain the above copyright

--- 779 unchanged lines hidden (view full) ---

788Call: sGetTxRxDataIO(ChP)
789 CHANNEL_T *ChP; Ptr to channel structure
790Return: WordIO_t: I/O address of a channel's TxRx Data register
791*/
792#define sGetTxRxDataIO(ChP) (ChP)->TxRxData
793
794/***************************************************************************
795Function: sInitChanDefaults
796Purpose: Initialize a channel structure to it's default state.
796Purpose: Initialize a channel structure to its default state.
797Call: sInitChanDefaults(ChP)
798 CHANNEL_T *ChP; Ptr to the channel structure
799Comments: This function must be called once for every channel structure
800 that exists before any other SSCI calls can be made.
801
802*/
803#define sInitChanDefaults(ChP) \
804{ \

--- 239 unchanged lines hidden ---
797Call: sInitChanDefaults(ChP)
798 CHANNEL_T *ChP; Ptr to the channel structure
799Comments: This function must be called once for every channel structure
800 that exists before any other SSCI calls can be made.
801
802*/
803#define sInitChanDefaults(ChP) \
804{ \

--- 239 unchanged lines hidden ---