MAX32650 Peripheral Driver API
Peripheral Driver API for the MAX32650
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
bbfc_regs.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  mxc_bbfc_regs_t
 

Macros

#define MXC_R_BBFC_BBFCR0   ((uint32_t)0x00000000UL)
 
#define MXC_F_BBFC_BBFCR0_CKPDRV_POS   0
 
#define MXC_F_BBFC_BBFCR0_CKPDRV   ((uint32_t)(0xFUL << MXC_F_BBFC_BBFCR0_CKPDRV_POS))
 
#define MXC_F_BBFC_BBFCR0_CKNPDRV_POS   4
 
#define MXC_F_BBFC_BBFCR0_CKNPDRV   ((uint32_t)(0xFUL << MXC_F_BBFC_BBFCR0_CKNPDRV_POS))
 
#define MXC_F_BBFC_BBFCR0_RDSDLLEN_POS   8
 
#define MXC_F_BBFC_BBFCR0_RDSDLLEN   ((uint32_t)(0x1UL << MXC_F_BBFC_BBFCR0_RDSDLLEN_POS))
 
#define MXC_V_BBFC_BBFCR0_RDSDLLEN_DIS   ((uint32_t)0x0UL)
 
#define MXC_S_BBFC_BBFCR0_RDSDLLEN_DIS   (MXC_V_BBFC_BBFCR0_RDSDLLEN_DIS << MXC_F_BBFC_BBFCR0_RDSDLLEN_POS)
 
#define MXC_V_BBFC_BBFCR0_RDSDLLEN_EN   ((uint32_t)0x1UL)
 
#define MXC_S_BBFC_BBFCR0_RDSDLLEN_EN   (MXC_V_BBFC_BBFCR0_RDSDLLEN_EN << MXC_F_BBFC_BBFCR0_RDSDLLEN_POS)
 

Detailed Description

Registers, Bit Masks and Bit Positions for the BBFC Peripheral Module.

Note
This file is @generated.