Home
last modified time | relevance | path

Searched refs:C66XX_I2C_ICDXR_RG_ADDR (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.2.1/ports/c667x/ccs/example_build/include/
DC66XX_MACROS.hxx559 #define C66XX_get_i2c_icdxr_rg() C66XX_GET_RG_VALUE(C66XX_I2C_ICDXR_RG_ADDR)
560 #define C66XX_set_i2c_icdxr_rg(v) C66XX_SET_RG_VALUE(C66XX_I2C_ICDXR_RG_ADDR, v)
563 #define C66XX_get_i2c_icdxr_d() C66XX_GET_FIELD_VALUE(C66XX_I2C_ICDXR_RG_ADDR, I2C_ICDXR_D)
564 #define C66XX_set_i2c_icdxr_d(v) C66XX_SET_FIELD_VALUE(C66XX_I2C_ICDXR_RG_ADDR, I2C_ICDXR_D, …
DC66XX_DEF.hxx1238 #define C66XX_I2C_ICDXR_RG_ADDR (C66XX_I2C_RG_AREA_SADDR + C66XX_I2C_ICDXR_RG_OFFSET) macro