VSF Documented
|
#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) |
#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) |
|
extern |
< Macro to enable all interrupts.
< Macro to disable all interrupts.