142 lines
7.8 KiB
JavaScript
142 lines
7.8 KiB
JavaScript
|
|
/*
|
||
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
||
|
|
|
||
|
|
The MIT License (MIT)
|
||
|
|
|
||
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
||
|
|
|
||
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
||
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
||
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
||
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
||
|
|
furnished to do so, subject to the following conditions:
|
||
|
|
|
||
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
||
|
|
substantial portions of the Software.
|
||
|
|
|
||
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
||
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||
|
|
|
||
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
||
|
|
*/
|
||
|
|
var NAVTREE =
|
||
|
|
[
|
||
|
|
[ "User Guide", "index.html", [
|
||
|
|
[ "Introduction", "INTRODUCTION.html", [
|
||
|
|
[ "Features", "INTRODUCTION.html#autotoc_md0", [
|
||
|
|
[ "RF transceiver", "INTRODUCTION.html#autotoc_md1", null ],
|
||
|
|
[ "CPU and debug interface", "INTRODUCTION.html#autotoc_md2", null ],
|
||
|
|
[ "Memory", "INTRODUCTION.html#autotoc_md3", null ],
|
||
|
|
[ "Clocks", "INTRODUCTION.html#autotoc_md4", null ],
|
||
|
|
[ "Link Controller", "INTRODUCTION.html#autotoc_md5", null ],
|
||
|
|
[ "Power Management", "INTRODUCTION.html#autotoc_md6", null ],
|
||
|
|
[ "Software", "INTRODUCTION.html#autotoc_md7", null ],
|
||
|
|
[ "Peripherals", "INTRODUCTION.html#autotoc_md8", null ],
|
||
|
|
[ "Security", "INTRODUCTION.html#autotoc_md9", null ],
|
||
|
|
[ "Work Environment", "INTRODUCTION.html#autotoc_md10", null ]
|
||
|
|
] ],
|
||
|
|
[ "Applications", "INTRODUCTION.html#autotoc_md11", null ]
|
||
|
|
] ],
|
||
|
|
[ "Getting Started", "GETTING_STARTED.html", [
|
||
|
|
[ "Prerequisites", "GETTING_STARTED.html#autotoc_md12", [
|
||
|
|
[ "Keil", "GETTING_STARTED.html#autotoc_md13", null ],
|
||
|
|
[ "IAR", "GETTING_STARTED.html#autotoc_md14", null ],
|
||
|
|
[ "J-Link", "GETTING_STARTED.html#autotoc_md15", null ],
|
||
|
|
[ "SDK", "GETTING_STARTED.html#autotoc_md16", null ],
|
||
|
|
[ "EVB Kit", "GETTING_STARTED.html#autotoc_md17", null ]
|
||
|
|
] ],
|
||
|
|
[ "Environment Setup", "GETTING_STARTED.html#autotoc_md18", null ],
|
||
|
|
[ "Install SDK", "GETTING_STARTED.html#autotoc_md19", null ],
|
||
|
|
[ "Develop", "GETTING_STARTED.html#autotoc_md20", [
|
||
|
|
[ "Develop with KEIL", "GETTING_STARTED.html#autotoc_md21", null ],
|
||
|
|
[ "Develop with IAR", "GETTING_STARTED.html#autotoc_md22", null ],
|
||
|
|
[ "Develop with GCC/GDB", "GETTING_STARTED.html#autotoc_md23", [
|
||
|
|
[ "Compile with arm-none-eabi-gcc", "GETTING_STARTED.html#autotoc_md24", null ],
|
||
|
|
[ "Debug with arm-none-eabi-gdb", "GETTING_STARTED.html#autotoc_md25", null ]
|
||
|
|
] ],
|
||
|
|
[ "Download files to flash with JFlash", "GETTING_STARTED.html#autotoc_md26", null ]
|
||
|
|
] ]
|
||
|
|
] ],
|
||
|
|
[ "User Guides", "USER_GUIDES.html", "USER_GUIDES" ],
|
||
|
|
[ "BLE", "BLE.html", "BLE" ],
|
||
|
|
[ "2.4GHz Proprietary", "PROPRIETARY_24G.html", [
|
||
|
|
[ "Features", "PROPRIETARY_24G.html#autotoc_md105", [
|
||
|
|
[ "Radio", "PROPRIETARY_24G.html#autotoc_md106", null ],
|
||
|
|
[ "Receiver", "PROPRIETARY_24G.html#autotoc_md107", null ],
|
||
|
|
[ "Protocol engine", "PROPRIETARY_24G.html#autotoc_md108", null ]
|
||
|
|
] ],
|
||
|
|
[ "Packet structure", "PROPRIETARY_24G.html#autotoc_md109", [
|
||
|
|
[ "Packet structure A", "PROPRIETARY_24G.html#autotoc_md110", [
|
||
|
|
[ "Preamble field", "PROPRIETARY_24G.html#autotoc_md111", null ],
|
||
|
|
[ "Sync word field", "PROPRIETARY_24G.html#autotoc_md112", null ],
|
||
|
|
[ "Packet Control Field", "PROPRIETARY_24G.html#autotoc_md113", null ],
|
||
|
|
[ "Payload field", "PROPRIETARY_24G.html#autotoc_md114", null ],
|
||
|
|
[ "CRC field", "PROPRIETARY_24G.html#autotoc_md115", null ]
|
||
|
|
] ],
|
||
|
|
[ "Packet structure B", "PROPRIETARY_24G.html#autotoc_md116", [
|
||
|
|
[ "Preamble field", "PROPRIETARY_24G.html#autotoc_md117", null ],
|
||
|
|
[ "Sync word field", "PROPRIETARY_24G.html#autotoc_md118", null ],
|
||
|
|
[ "Header field", "PROPRIETARY_24G.html#autotoc_md119", null ],
|
||
|
|
[ "Address1 field", "PROPRIETARY_24G.html#autotoc_md120", null ],
|
||
|
|
[ "Payload field", "PROPRIETARY_24G.html#autotoc_md121", null ],
|
||
|
|
[ "Timestamp field", "PROPRIETARY_24G.html#autotoc_md122", null ],
|
||
|
|
[ "CRC field", "PROPRIETARY_24G.html#autotoc_md123", null ]
|
||
|
|
] ]
|
||
|
|
] ],
|
||
|
|
[ "Packet support", "PROPRIETARY_24G.html#autotoc_md124", [
|
||
|
|
[ "Air data rate", "PROPRIETARY_24G.html#autotoc_md125", null ],
|
||
|
|
[ "Freq setting", "PROPRIETARY_24G.html#autotoc_md126", null ],
|
||
|
|
[ "DMA", "PROPRIETARY_24G.html#autotoc_md127", null ],
|
||
|
|
[ "Address match", "PROPRIETARY_24G.html#autotoc_md128", null ],
|
||
|
|
[ "RX termination timer", "PROPRIETARY_24G.html#autotoc_md129", null ],
|
||
|
|
[ "Bit count match", "PROPRIETARY_24G.html#autotoc_md130", null ],
|
||
|
|
[ "Timestamp", "PROPRIETARY_24G.html#autotoc_md131", null ],
|
||
|
|
[ "CRC", "PROPRIETARY_24G.html#autotoc_md132", null ],
|
||
|
|
[ "Date whitening", "PROPRIETARY_24G.html#autotoc_md133", null ],
|
||
|
|
[ "Modulation mode", "PROPRIETARY_24G.html#autotoc_md134", [
|
||
|
|
[ "OM24G_SOFT_DETECTION", "PROPRIETARY_24G.html#autotoc_md135", null ],
|
||
|
|
[ "OM24G_HARD_DETECTION", "PROPRIETARY_24G.html#autotoc_md136", null ],
|
||
|
|
[ "OM24G_DPLL_DETECTION", "PROPRIETARY_24G.html#autotoc_md137", null ]
|
||
|
|
] ],
|
||
|
|
[ "MSB/LSB endian", "PROPRIETARY_24G.html#autotoc_md138", null ]
|
||
|
|
] ],
|
||
|
|
[ "transfer mode", "PROPRIETARY_24G.html#autotoc_md139", [
|
||
|
|
[ "ACK mode", "PROPRIETARY_24G.html#autotoc_md140", null ],
|
||
|
|
[ "ACK frame A", "PROPRIETARY_24G.html#autotoc_md141", null ],
|
||
|
|
[ "ACK frame B", "PROPRIETARY_24G.html#autotoc_md142", null ],
|
||
|
|
[ "Auto retry", "PROPRIETARY_24G.html#autotoc_md143", null ],
|
||
|
|
[ "Standby mode", "PROPRIETARY_24G.html#autotoc_md144", null ],
|
||
|
|
[ "PTX mode", "PROPRIETARY_24G.html#autotoc_md145", null ],
|
||
|
|
[ "PRX mode", "PROPRIETARY_24G.html#autotoc_md146", null ]
|
||
|
|
] ],
|
||
|
|
[ "Build TX example", "PROPRIETARY_24G.html#autotoc_md147", null ],
|
||
|
|
[ "Build RX example", "PROPRIETARY_24G.html#autotoc_md148", null ]
|
||
|
|
] ],
|
||
|
|
[ "API Reference", "modules.html", "modules" ],
|
||
|
|
[ "Data Structures", "annotated.html", "annotated" ],
|
||
|
|
[ "Examples", "examples.html", "examples" ]
|
||
|
|
] ]
|
||
|
|
];
|
||
|
|
|
||
|
|
var NAVTREEINDEX =
|
||
|
|
[
|
||
|
|
"APPLICATION.html",
|
||
|
|
"group__CALIB__REPAIR.html#gadc5b8fd468757908cc986a6a4faa6b45",
|
||
|
|
"group__EXAMPLE__TIMER.html#ga786db93ae51eeecd5fce11c62ca7055d",
|
||
|
|
"group__MESH__API.html#ga83b02a5ade031165c11aa90798a48509",
|
||
|
|
"group__OMBLE__ERROR.html#ggacf75535310b0ea3cb991592b7319a38aaa164cc3c8e048ef03c052bcb1aeb1d31",
|
||
|
|
"group__OM__ERROR.html#ggade1010dbf6169f89f4025b1187fea6cda17ea2e045bb8e4e403f509b983a70dae",
|
||
|
|
"group__PINMUX.html#gga14d9cc03c1397d3756f6cbeaed14bb7ea98b99fe9d5182f6e2cc94fb24e6e7816",
|
||
|
|
"group__PINMUX.html#ggabcd8915643cd83083511f96a9733e9ffaa249aeb71e3732d54f4ec45cf50804f3",
|
||
|
|
"group__RADIO.html#ggab6265305d854ca50c47f2f0a140a5a3da641a32a5a699c822c68d8197c2c887da",
|
||
|
|
"group__TIM.html#ga6c5da408a0d589e2b737a82f18ed0e9a",
|
||
|
|
"structlp__tim__out__config__t.html",
|
||
|
|
"structob__scan__param__t.html",
|
||
|
|
"structtim__pwm__complementary__output__config__t.html#a8d0c3991349e05e8e7e4946418042a11"
|
||
|
|
];
|
||
|
|
|
||
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
||
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation';
|