VSF Documented
Data Structures | Macros | Variables
vsf_remapped_rtc.h File Reference
#include "hal/vsf_hal_cfg.h"
#include "utilities/ooc_class.h"
#include "hal/driver/common/rtc/rtc_template.h"

Go to the source code of this file.

Data Structures

class  vsf_remapped_rtc_t
 

Macros

#define VSF_REMAPPED_RTC_CFG_MULTI_CLASS   VSF_RTC_CFG_MULTI_CLASS
 
#define __describe_remapped_rtc_op()   .op = &vsf_remapped_rtc_op,
 
#define __describe_remapped_rtc(__name, __rtc)
 
#define describe_remapped_rtc(__name, __rtc)    __describe_remapped_rtc(__name, __rtc)
 
#define VSF_RTC_CFG_DEC_PREFIX   vsf_remapped
 
#define VSF_RTC_CFG_DEC_UPCASE_PREFIX   VSF_REMAPPED
 

Variables

const vsf_rtc_op_t vsf_remapped_rtc_op
 

Macro Definition Documentation

◆ VSF_REMAPPED_RTC_CFG_MULTI_CLASS

#define VSF_REMAPPED_RTC_CFG_MULTI_CLASS   VSF_RTC_CFG_MULTI_CLASS

◆ __describe_remapped_rtc_op

#define __describe_remapped_rtc_op ( )    .op = &vsf_remapped_rtc_op,

◆ __describe_remapped_rtc

#define __describe_remapped_rtc (   __name,
  __rtc 
)
Value:
__describe_remapped_rtc_op() \
.target = (vsf_rtc_t *) & __rtc, \
};
Definition vsf_remapped_rtc.h:67
vsf_rtc_t * target
Definition vsf_remapped_rtc.h:75
#define __name
Definition hci_transport_aic8800.c:555
RTC instance structure, used for RTC Multi Class support, not needed in non Multi Class mode.
Definition vsf_template_rtc.h:407

◆ describe_remapped_rtc

#define describe_remapped_rtc (   __name,
  __rtc 
)     __describe_remapped_rtc(__name, __rtc)

◆ VSF_RTC_CFG_DEC_PREFIX

#define VSF_RTC_CFG_DEC_PREFIX   vsf_remapped

◆ VSF_RTC_CFG_DEC_UPCASE_PREFIX

#define VSF_RTC_CFG_DEC_UPCASE_PREFIX   VSF_REMAPPED

Variable Documentation

◆ vsf_remapped_rtc_op

const vsf_rtc_op_t vsf_remapped_rtc_op
extern
Generated from commit: vsfteam/vsf@f1c64a7