//**************************************************************************** // @Module Asynchronous / Synchronous Serial Interface (ASC) // @Filename ASC.H // @Project phytec //---------------------------------------------------------------------------- // @Controller Siemens C167CR-L // // @Compiler Tasking C166 V5.0 // // @Codegenerator DAvE 1-0-0 // // @Description This file contains all function prototypes and macros for ASC // the Asynchronous / Synchronous Serial Interface // //---------------------------------------------------------------------------- // @Date 04.02.98 08:50:18 // //**************************************************************************** //**************************************************************************** // @Prototypes of global functions //**************************************************************************** void ASC_vInit(void); // USER CODE BEGIN (ASCHeader,1) // USER CODE END //**************************************************************************** // @Macros //**************************************************************************** // USER CODE BEGIN (ASCHeader,2) // USER CODE END //**************************************************************************** // @Interrupt Vectors //**************************************************************************** #define S0TINT 0x2A // USER CODE BEGIN (ASCHeader,3) // USER CODE END