gonzui


Format: Advanced Search

mtkernel_3/device/i2c/sysdepend/rza2m/i2c_rza2m.hbare sourcepermlink (0.00 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    Device Driver for micro T-Kernel
    4:  *
    5:  *    Copyright (C) 2020-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/08.
   10:  *
   11:  *----------------------------------------------------------------------
   12:  */
   13: 
   14: /*
   15:  *      i2c_rza2m.h
   16:  *      I2C device driver
   17:  *      System-dependent definition for RZ/A2M
   18:  */
   19: 
   20: #ifndef __DEV_I2C_RZA2M_H__
   21: #define __DEV_I2C_RZA2M_H__
   22: 
   23: #define DEV_I2C_UNITNM          (0)     /* Number of devive units */
   24: 
   25: #endif  /* __DEV_I2C_RZA2M_H__ */