From a54ad9edce697133a024aff096e50f7e4f389d5b Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Sun, 18 Mar 2012 12:22:02 +0100 Subject: digital/beacon: import Zigbit stack (bitcloud) & avr sources --- .../MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h new file mode 100644 index 00000000..ab551e89 --- /dev/null +++ b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWD_PHY/include/machwdRnd.h @@ -0,0 +1,58 @@ +/**************************************************************************//** + \file machwdRnd.h + + \brief MACHWD random generation types and function prototypes. + + \author + Atmel Corporation: http://www.atmel.com \n + Support email: avr@atmel.com + + Copyright (c) 2008-2011, Atmel Corporation. All rights reserved. + Licensed under Atmel's Limited License Agreement (BitCloudTM). + + \internal + History: + 08/04/08 A. Mandychev - Created. +******************************************************************************/ + +#ifndef _MACHWDRND_H +#define _MACHWDRND_H + +/****************************************************************************** + Includes section +******************************************************************************/ +#include + +/****************************************************************************** + Define(s) section +******************************************************************************/ +//! Redefenition of random generation request function name. +#define MACHWD_RndReq RF_RandomReq +//! Redefenition of random seq generation request function name . +#define MACHWD_RndSeqReq RF_RandomSeqReq +/****************************************************************************** + Types section +******************************************************************************/ +//! Redefenition of random generation request structure. +typedef RF_RandomReq_t MACHWD_RndReq_t; + +/****************************************************************************** + Prototypes section +******************************************************************************/ +/**************************************************************************//** + \brief Requests random value. + \param reqParams - request parameters structure pointer. + \return none. +******************************************************************************/ +void MACHWD_RndReq(MACHWD_RndReq_t *reqParams); + +/**************************************************************************//** + \brief Requests random seq. + \param reqParams - request parameters structure pointer. + \return none. +******************************************************************************/ +void MACHWD_RndSeqReq(MACHWD_RndReq_t *reqParams); + +#endif /*_MACHWDRND_H*/ + +// eof machwdRnd.h -- cgit v1.2.3