mtkernel_3/device/ser/sysdepend/rza2m/ser_cnf_rza2m.h | bare source | permlink (0.00 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * Device Driver for micro T-Kernel for μT-Kernel 3.00.05 4: * 5: * Copyright (C) 2021 by Ken Sakamura. 6: * This software is distributed under the T-License 2.2. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2021/11. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: 15: /* 16: * ser_cnf_rza2m.h 17: * Serial Device configuration file 18: * for RZ/A2M 19: */ 20: #ifndef __DEV_SER_CNF_RZA2M_H__ 21: #define __DEV_SER_CNF_RZA2M_H__ 22: 23: /* Device initialization */ 24: #define DEVCONF_SER_INIT_MSTP FALSE // Initialize module stop 25: 26: /* Device control data */ 27: #define DEVCNF_SER_INTPRI 5 // Interrupt priority 28: 29: /* Debug option 30: * Specify the device used by T-Monitor. 31: * 0 - 4: "sera" - "sere" 32: * other : T-Monitor does not use serial devices 33: */ 34: #if USE_TMONITOR 35: #define DEVCNF_SER_DBGUN 4 // Used by T-Monitor 36: #else 37: #define DEVCNF_SER_DBGUN -1 // T-Monitor not executed 38: #endif 39: 40: #endif /* __DEV_SER_CNF_RZA2M_H__ */