VSF Documented
Macros | Functions
mcs51_compiler.h File Reference
#include "./msc51_compiler_detect.h"
#include "./type.h"
#include "../__common/__compiler.h"
#include "./msc51_interrupt.h"

Go to the source code of this file.

Macros

#define __USE_MCS51_COMPILER_H_PART_2__
 
#define VSF_CAL_ALIGN_OF(__TYPE)   __VSF_CAL_ALIGN_OF(__TYPE)
 none standard memory types
 
#define VSF_CAL_ALIGN_WITH(__TYPE)   VSF_CAL_ALIGN(VSF_CAL_ALIGN_OF(__TYPE))
 
#define VSF_CAL_ISR(__VECT)   __VSF_CAL_ISR(__VECT)
 

Functions

void vsf_stdio_init (void)
 

Macro Definition Documentation

◆ __USE_MCS51_COMPILER_H_PART_2__

#define __USE_MCS51_COMPILER_H_PART_2__

◆ VSF_CAL_ALIGN_OF

#define VSF_CAL_ALIGN_OF (   __TYPE)    __VSF_CAL_ALIGN_OF(__TYPE)

none standard memory types

◆ VSF_CAL_ALIGN_WITH

#define VSF_CAL_ALIGN_WITH (   __TYPE)    VSF_CAL_ALIGN(VSF_CAL_ALIGN_OF(__TYPE))

◆ VSF_CAL_ISR

#define VSF_CAL_ISR (   __VECT)    __VSF_CAL_ISR(__VECT)

Function Documentation

◆ vsf_stdio_init()

void vsf_stdio_init ( void  )
extern

< Macro to enable all interrupts.

< Macro to disable all interrupts.