Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_EFM32GG11_STK3701/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG11/device/efm32gg11b_lesense_ch.h@170:e95d10626187, 2018-09-06 (annotated)
- Committer:
- AnnaBridge
- Date:
- Thu Sep 06 13:39:34 2018 +0100
- Revision:
- 170:e95d10626187
mbed library. Release version 163
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| AnnaBridge | 170:e95d10626187 | 1 | /**************************************************************************//** |
| AnnaBridge | 170:e95d10626187 | 2 | * @file efm32gg11b_lesense_ch.h |
| AnnaBridge | 170:e95d10626187 | 3 | * @brief EFM32GG11B_LESENSE_CH register and bit field definitions |
| AnnaBridge | 170:e95d10626187 | 4 | * @version 5.3.2 |
| AnnaBridge | 170:e95d10626187 | 5 | ****************************************************************************** |
| AnnaBridge | 170:e95d10626187 | 6 | * # License |
| AnnaBridge | 170:e95d10626187 | 7 | * <b>Copyright 2017 Silicon Laboratories, Inc. http://www.silabs.com</b> |
| AnnaBridge | 170:e95d10626187 | 8 | ****************************************************************************** |
| AnnaBridge | 170:e95d10626187 | 9 | * |
| AnnaBridge | 170:e95d10626187 | 10 | * Permission is granted to anyone to use this software for any purpose, |
| AnnaBridge | 170:e95d10626187 | 11 | * including commercial applications, and to alter it and redistribute it |
| AnnaBridge | 170:e95d10626187 | 12 | * freely, subject to the following restrictions: |
| AnnaBridge | 170:e95d10626187 | 13 | * |
| AnnaBridge | 170:e95d10626187 | 14 | * 1. The origin of this software must not be misrepresented; you must not |
| AnnaBridge | 170:e95d10626187 | 15 | * claim that you wrote the original software.@n |
| AnnaBridge | 170:e95d10626187 | 16 | * 2. Altered source versions must be plainly marked as such, and must not be |
| AnnaBridge | 170:e95d10626187 | 17 | * misrepresented as being the original software.@n |
| AnnaBridge | 170:e95d10626187 | 18 | * 3. This notice may not be removed or altered from any source distribution. |
| AnnaBridge | 170:e95d10626187 | 19 | * |
| AnnaBridge | 170:e95d10626187 | 20 | * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc. |
| AnnaBridge | 170:e95d10626187 | 21 | * has no obligation to support this Software. Silicon Laboratories, Inc. is |
| AnnaBridge | 170:e95d10626187 | 22 | * providing the Software "AS IS", with no express or implied warranties of any |
| AnnaBridge | 170:e95d10626187 | 23 | * kind, including, but not limited to, any implied warranties of |
| AnnaBridge | 170:e95d10626187 | 24 | * merchantability or fitness for any particular purpose or warranties against |
| AnnaBridge | 170:e95d10626187 | 25 | * infringement of any proprietary rights of a third party. |
| AnnaBridge | 170:e95d10626187 | 26 | * |
| AnnaBridge | 170:e95d10626187 | 27 | * Silicon Laboratories, Inc. will not be liable for any consequential, |
| AnnaBridge | 170:e95d10626187 | 28 | * incidental, or special damages, or any other relief, or for any claim by |
| AnnaBridge | 170:e95d10626187 | 29 | * any third party, arising from your use of this Software. |
| AnnaBridge | 170:e95d10626187 | 30 | * |
| AnnaBridge | 170:e95d10626187 | 31 | *****************************************************************************/ |
| AnnaBridge | 170:e95d10626187 | 32 | |
| AnnaBridge | 170:e95d10626187 | 33 | #if defined(__ICCARM__) |
| AnnaBridge | 170:e95d10626187 | 34 | #pragma system_include /* Treat file as system include file. */ |
| AnnaBridge | 170:e95d10626187 | 35 | #elif defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050) |
| AnnaBridge | 170:e95d10626187 | 36 | #pragma clang system_header /* Treat file as system include file. */ |
| AnnaBridge | 170:e95d10626187 | 37 | #endif |
| AnnaBridge | 170:e95d10626187 | 38 | |
| AnnaBridge | 170:e95d10626187 | 39 | /**************************************************************************//** |
| AnnaBridge | 170:e95d10626187 | 40 | * @addtogroup Parts |
| AnnaBridge | 170:e95d10626187 | 41 | * @{ |
| AnnaBridge | 170:e95d10626187 | 42 | ******************************************************************************/ |
| AnnaBridge | 170:e95d10626187 | 43 | /**************************************************************************//** |
| AnnaBridge | 170:e95d10626187 | 44 | * @brief LESENSE_CH LESENSE CH Register |
| AnnaBridge | 170:e95d10626187 | 45 | * @ingroup EFM32GG11B_LESENSE |
| AnnaBridge | 170:e95d10626187 | 46 | *****************************************************************************/ |
| AnnaBridge | 170:e95d10626187 | 47 | typedef struct { |
| AnnaBridge | 170:e95d10626187 | 48 | __IOM uint32_t TIMING; /**< Scan configuration */ |
| AnnaBridge | 170:e95d10626187 | 49 | __IOM uint32_t INTERACT; /**< Scan configuration */ |
| AnnaBridge | 170:e95d10626187 | 50 | __IOM uint32_t EVAL; /**< Scan configuration */ |
| AnnaBridge | 170:e95d10626187 | 51 | uint32_t RESERVED0[1]; /**< Reserved future */ |
| AnnaBridge | 170:e95d10626187 | 52 | } LESENSE_CH_TypeDef; |
| AnnaBridge | 170:e95d10626187 | 53 | |
| AnnaBridge | 170:e95d10626187 | 54 | /** @} End of group Parts */ |


