1 /* 2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 /********************************************************************************************************************** 8 * File Name : tsu_iobitmask.h 9 * Version : 1.00 10 * Description : IO bit mask file for tsu. 11 *********************************************************************************************************************/ 12 13 #ifndef TSU_IOBITMASK_H 14 #define TSU_IOBITMASK_H 15 16 #define R_TSU_TSU_SM_EN_Msk (0x00000001UL) 17 #define R_TSU_TSU_SM_EN_Pos (0UL) 18 #define R_TSU_TSU_SM_OE_Msk (0x00000002UL) 19 #define R_TSU_TSU_SM_OE_Pos (1UL) 20 #define R_TSU_OTPTSUTRIM0_REG_OTPTSUTRIM0_Msk (0x00000FFFUL) 21 #define R_TSU_OTPTSUTRIM0_REG_OTPTSUTRIM0_Pos (0UL) 22 #define R_TSU_OTPTSUTRIM1_REG_OTPTSUTRIM1_Msk (0x00000FFFUL) 23 #define R_TSU_OTPTSUTRIM1_REG_OTPTSUTRIM1_Pos (0UL) 24 25 #endif /* TSU_IOBITMASK_H */ 26