gonzui


Format: Advanced Search

mtkernel_3/device/ser/sysdepend/rx231/ser_cnf_rx231.hbare sourcepermlink (0.00 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    Device Driver for micro T-Kernel for μT-Kernel 3.0
    4:  *
    5:  *    Copyright (C) 2020 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 2020/10/21.
   10:  *
   11:  *----------------------------------------------------------------------
   12:  */
   13: 
   14: 
   15: /*
   16:  *      ser_cnf_rx231.h 
   17:  *      Serial Device configuration file
   18:  *              for RX231
   19:  */
   20: #ifndef __DEV_SER_CNF_RX231_H__
   21: #define __DEV_SER_CNF_RX231_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 - 6: "sera" - "serg"
   32:  *        other : T-Monitor does not use serial devices
   33:  */
   34: #if USE_TMONITOR
   35: #define DEVCNF_SER_DBGUN        3              // Used by T-Monitor
   36: #else 
   37: #define DEVCNF_SER_DBGUN        -1             // T-Monitor not executed
   38: #endif
   39: 
   40: #endif          /* __DEV_SER_CNF_RX231_H__ */