📄 mac_radio_defs.s51
字号:
// nts\mac\low_level\srf03\single_chip\mac_radio_de /
// fs.c" /
// List file = C:\Texas Instruments\ZStack-1.4.2-1.1.0\Projects /
// \zstack\Samples\GenericApp\CC2430DB\EndDeviceDB\ /
// List\mac_radio_defs.s51 /
// /
// /
//////////////////////////////////////////////////////////////////////////////
NAME mac_radio_defs
RTMODEL "__calling_convention", "xdata_reentrant"
RTMODEL "__code_model", "banked"
RTMODEL "__core", "plain"
RTMODEL "__data_model", "large"
RTMODEL "__dptr_size", "16"
RTMODEL "__extended_stack", "disabled"
RTMODEL "__location_for_constants", "data"
RTMODEL "__number_of_dptrs", "1"
RTMODEL "__rt_version", "1"
RSEG DOVERLAY:DATA:NOROOT(0)
RSEG IOVERLAY:IDATA:NOROOT(0)
RSEG ISTACK:IDATA:NOROOT(0)
RSEG PSTACK:XDATA:NOROOT(0)
RSEG XSTACK:XDATA:NOROOT(0)
PUBLIC macRadioDefsTxPowerTable
// C:\Texas Instruments\ZStack-1.4.2-1.1.0\Components\mac\low_level\srf03\single_chip\mac_radio_defs.c
// 1 /**************************************************************************************************
// 2 Filename:
// 3 Revised: $Date: 2007-03-23 17:01:39 -0700 (Fri, 23 Mar 2007) $
// 4 Revision: $Revision: 13847 $
// 5
// 6 Description:
// 7
// 8 Describe the purpose and contents of the file.
// 9
// 10 Copyright (c) 2006 by Texas Instruments, Inc.
// 11 All Rights Reserved. Permission to use, reproduce, copy, prepare
// 12 derivative works, modify, distribute, perform, display or sell this
// 13 software and/or its documentation for any purpose is prohibited
// 14 without the express written consent of Texas Instruments, Inc.
// 15 **************************************************************************************************/
// 16
// 17
// 18
// 19 /* ------------------------------------------------------------------------------------------------
// 20 * Includes
// 21 * ------------------------------------------------------------------------------------------------
// 22 */
// 23 #include "mac_radio_defs.h"
// 24 #include "hal_types.h"
// 25 #include "hal_assert.h"
// 26
// 27
// 28 /* ------------------------------------------------------------------------------------------------
// 29 * Global Constants
// 30 * ------------------------------------------------------------------------------------------------
// 31 */
RSEG CODE_C:CODE:REORDER:NOROOT(0)
// 32 const uint8 CODE macRadioDefsTxPowerTable[] =
macRadioDefsTxPowerTable:
DB 95, 63, 63, 27, 23, 19, 19, 19, 15, 15, 15, 11, 11, 11, 11, 7, 7, 7
DB 7, 6, 6, 6, 6, 6, 6, 3
END
// 33 {
// 34 /* 0 dBm */ 0x5F, /* characterized as -0.4 dBm in datasheet */
// 35 /* -1 dBm */ 0x3F, /* characterized as -0.9 dBm in datasheet */
// 36 /* -2 dBm */ 0x3F,
// 37 /* -3 dBm */ 0x1B, /* characterized as -2.7 dBm in datasheet */
// 38 /* -4 dBm */ 0x17, /* characterized as -4.0 dBm in datasheet */
// 39 /* -5 dBm */ 0x13,
// 40 /* -6 dBm */ 0x13, /* characterized as -5.7 dBm in datasheet */
// 41 /* -7 dBm */ 0x13,
// 42 /* -8 dBm */ 0x0F, /* characterized as -7.9 dBm in datasheet */
// 43 /* -9 dBm */ 0x0F,
// 44 /* -10 dBm */ 0x0F,
// 45 /* -11 dBm */ 0x0B, /* characterized as -10.8 dBm in datasheet */
// 46 /* -12 dBm */ 0x0B,
// 47 /* -13 dBm */ 0x0B,
// 48 /* -14 dBm */ 0x0B,
// 49 /* -15 dBm */ 0x07, /* characterized as -15.4 dBm in datasheet */
// 50 /* -16 dBm */ 0x07,
// 51 /* -17 dBm */ 0x07,
// 52 /* -18 dBm */ 0x07,
// 53 /* -19 dBm */ 0x06, /* characterized as -18.6 dBm in datasheet */
// 54 /* -20 dBm */ 0x06,
// 55 /* -21 dBm */ 0x06,
// 56 /* -22 dBm */ 0x06,
// 57 /* -23 dBm */ 0x06,
// 58 /* -24 dBm */ 0x06,
// 59 /* -25 dBm */ 0x03 /* characterized as -25.2 dBm in datasheet */
// 60 };
// 61
// 62
// 63 /**************************************************************************************************
// 64 * Compile Time Integrity Checks
// 65 **************************************************************************************************
// 66 */
// 67 HAL_ASSERT_SIZE(macRadioDefsTxPowerTable, MAC_RADIO_TX_POWER_MAX_MINUS_DBM+1); /* array size mismatch */
// 68
// 69 #if (HAL_CPU_CLOCK_MHZ != 32)
// 70 #error "ERROR: The only tested/supported clock speed is 32 MHz."
// 71 #endif
// 72
// 73 #if (MAC_RADIO_RECEIVER_SENSITIVITY_DBM > MAC_SPEC_MIN_RECEIVER_SENSITIVITY)
// 74 #error "ERROR: Radio sensitivity does not meet specification."
// 75 #endif
// 76
// 77
// 78 /**************************************************************************************************
// 79 */
//
// 26 bytes in segment CODE_C
//
// 26 bytes of CODE memory
//
//Errors: none
//Warnings: none
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -