EFM32 Happy Gecko Software Documentation  efm32hg-doc-5.1.2
efm32hg_mtb.h File Reference

Detailed Description

EFM32HG_MTB register and bit field definitions.

Version
5.1.2

License

Copyright 2017 Silicon Laboratories, Inc. http://www.silabs.com

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software.
  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.

DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc. has no obligation to support this Software. Silicon Laboratories, Inc. is providing the Software "AS IS", with no express or implied warranties of any kind, including, but not limited to, any implied warranties of merchantability or fitness for any particular purpose or warranties against infringement of any proprietary rights of a third party.

Silicon Laboratories, Inc. will not be liable for any consequential, incidental, or special damages, or any other relief, or for any claim by any third party, arising from your use of this Software.

Definition in file efm32hg_mtb.h.

Go to the source code of this file.

Data Structures

struct  MTB_TypeDef
 

Macros

#define _MTB_BASE_BASE_DEFAULT   0x20000000UL
 
#define _MTB_BASE_BASE_MASK   0xFFFFFFFFUL
 
#define _MTB_BASE_BASE_SHIFT   0
 
#define _MTB_BASE_MASK   0xFFFFFFFFUL
 
#define _MTB_BASE_RESETVALUE   0x20000000UL
 
#define _MTB_FLOW_AUTOHALT_DEFAULT   0x00000000UL
 
#define _MTB_FLOW_AUTOHALT_MASK   0x2UL
 
#define _MTB_FLOW_AUTOHALT_SHIFT   1
 
#define _MTB_FLOW_AUTOSTOP_DEFAULT   0x00000000UL
 
#define _MTB_FLOW_AUTOSTOP_MASK   0x1UL
 
#define _MTB_FLOW_AUTOSTOP_SHIFT   0
 
#define _MTB_FLOW_MASK   0xFFFFFFFBUL
 
#define _MTB_FLOW_RESETVALUE   0x00000000UL
 
#define _MTB_FLOW_WATERMARK_DEFAULT   0x00000000UL
 
#define _MTB_FLOW_WATERMARK_MASK   0xFFFFFFF8UL
 
#define _MTB_FLOW_WATERMARK_SHIFT   3
 
#define _MTB_MASTER_EN_DEFAULT   0x00000000UL
 
#define _MTB_MASTER_EN_MASK   0x80000000UL
 
#define _MTB_MASTER_EN_SHIFT   31
 
#define _MTB_MASTER_HALTREQ_DEFAULT   0x00000000UL
 
#define _MTB_MASTER_HALTREQ_MASK   0x200UL
 
#define _MTB_MASTER_HALTREQ_SHIFT   9
 
#define _MTB_MASTER_MASK   0x8000027FUL
 
#define _MTB_MASTER_MASK_DEFAULT   0x00000000UL
 
#define _MTB_MASTER_MASK_MASK   0x1FUL
 
#define _MTB_MASTER_MASK_SHIFT   0
 
#define _MTB_MASTER_RESETVALUE   0x00000000UL
 
#define _MTB_MASTER_TSTARTEN_DEFAULT   0x00000000UL
 
#define _MTB_MASTER_TSTARTEN_MASK   0x20UL
 
#define _MTB_MASTER_TSTARTEN_SHIFT   5
 
#define _MTB_MASTER_TSTOPEN_DEFAULT   0x00000000UL
 
#define _MTB_MASTER_TSTOPEN_MASK   0x40UL
 
#define _MTB_MASTER_TSTOPEN_SHIFT   6
 
#define _MTB_POSITION_MASK   0xFFFFFFFCUL
 
#define _MTB_POSITION_POINTER_DEFAULT   0x00000000UL
 
#define _MTB_POSITION_POINTER_MASK   0xFFFFFFF8UL
 
#define _MTB_POSITION_POINTER_SHIFT   3
 
#define _MTB_POSITION_RESETVALUE   0x00000000UL
 
#define _MTB_POSITION_WRAP_DEFAULT   0x00000000UL
 
#define _MTB_POSITION_WRAP_MASK   0x4UL
 
#define _MTB_POSITION_WRAP_SHIFT   2
 
#define MTB_BASE_BASE_DEFAULT   (_MTB_BASE_BASE_DEFAULT << 0)
 
#define MTB_FLOW_AUTOHALT   (0x1UL << 1)
 
#define MTB_FLOW_AUTOHALT_DEFAULT   (_MTB_FLOW_AUTOHALT_DEFAULT << 1)
 
#define MTB_FLOW_AUTOSTOP   (0x1UL << 0)
 
#define MTB_FLOW_AUTOSTOP_DEFAULT   (_MTB_FLOW_AUTOSTOP_DEFAULT << 0)
 
#define MTB_FLOW_WATERMARK_DEFAULT   (_MTB_FLOW_WATERMARK_DEFAULT << 3)
 
#define MTB_MASTER_EN   (0x1UL << 31)
 
#define MTB_MASTER_EN_DEFAULT   (_MTB_MASTER_EN_DEFAULT << 31)
 
#define MTB_MASTER_HALTREQ   (0x1UL << 9)
 
#define MTB_MASTER_HALTREQ_DEFAULT   (_MTB_MASTER_HALTREQ_DEFAULT << 9)
 
#define MTB_MASTER_MASK_DEFAULT   (_MTB_MASTER_MASK_DEFAULT << 0)
 
#define MTB_MASTER_TSTARTEN   (0x1UL << 5)
 
#define MTB_MASTER_TSTARTEN_DEFAULT   (_MTB_MASTER_TSTARTEN_DEFAULT << 5)
 
#define MTB_MASTER_TSTOPEN   (0x1UL << 6)
 
#define MTB_MASTER_TSTOPEN_DEFAULT   (_MTB_MASTER_TSTOPEN_DEFAULT << 6)
 
#define MTB_POSITION_POINTER_DEFAULT   (_MTB_POSITION_POINTER_DEFAULT << 3)
 
#define MTB_POSITION_WRAP   (0x1UL << 2)
 
#define MTB_POSITION_WRAP_DEFAULT   (_MTB_POSITION_WRAP_DEFAULT << 2)