Home
last modified time | relevance | path

Searched refs:SERCOM_I2CS_ADDR_GENCEN_Pos (Results 1 – 19 of 19) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_samd20/
A Di2c_slave.c118 config->enable_general_call_address << SERCOM_I2CS_ADDR_GENCEN_Pos; in _i2c_slave_set_config()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dsercom.h1033 #define SERCOM_I2CS_ADDR_GENCEN_Pos 0 /**< \brief (SERCOM_I2CS_ADDR) General Call Addres… macro
1034 #define SERCOM_I2CS_ADDR_GENCEN (0x1ul << SERCOM_I2CS_ADDR_GENCEN_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/i2c/i2c_sam0/
A Di2c_slave.c127 config->enable_general_call_address << SERCOM_I2CS_ADDR_GENCEN_Pos; in _i2c_slave_set_config()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dsercom.h1241 #define SERCOM_I2CS_ADDR_GENCEN_Pos 0 /**< \brief (SERCOM_I2CS_ADDR) General Call Addres… macro
1242 #define SERCOM_I2CS_ADDR_GENCEN (0x1ul << SERCOM_I2CS_ADDR_GENCEN_Pos)
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dsercom.h1215 #define SERCOM_I2CS_ADDR_GENCEN_Pos 0 /**< \brief (SERCOM_I2CS_ADDR) General Call Addres… macro
1216 #define SERCOM_I2CS_ADDR_GENCEN (_U_(0x1) << SERCOM_I2CS_ADDR_GENCEN_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dsercom.h1409 #define SERCOM_I2CS_ADDR_GENCEN_Pos 0 /**< \brief (SERCOM_I2CS_ADDR) General Call Addres… macro
1410 #define SERCOM_I2CS_ADDR_GENCEN (_U_(0x1) << SERCOM_I2CS_ADDR_GENCEN_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsercom.h1409 #define SERCOM_I2CS_ADDR_GENCEN_Pos 0 /**< \brief (SERCOM_I2CS_ADDR) General Call Addres… macro
1410 #define SERCOM_I2CS_ADDR_GENCEN (_U_(0x1) << SERCOM_I2CS_ADDR_GENCEN_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsercom.h1409 #define SERCOM_I2CS_ADDR_GENCEN_Pos 0 /**< \brief (SERCOM_I2CS_ADDR) General Call Addres… macro
1410 #define SERCOM_I2CS_ADDR_GENCEN (_U_(0x1) << SERCOM_I2CS_ADDR_GENCEN_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dsercom.h1476 #define SERCOM_I2CS_ADDR_GENCEN_Pos 0 /**< (SE… macro
1477 #define SERCOM_I2CS_ADDR_GENCEN_Msk (_U_(0x1) << SERCOM_I2CS_ADDR_GENCEN_Pos) /**< (SE…
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/sercom/
A Dhpl_sercom.c1674 …(CONF_SERCOM_##n##_I2CS_GENCEN << SERCOM_I2CS_ADDR_GENCEN_Pos) …
/bsp/microchip/samc21/bsp/hpl/sercom/
A Dhpl_sercom.c1730 …(CONF_SERCOM_##n##_I2CS_GENCEN << SERCOM_I2CS_ADDR_GENCEN_Pos) …
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/sercom/
A Dhpl_sercom.c1674 …(CONF_SERCOM_##n##_I2CS_GENCEN << SERCOM_I2CS_ADDR_GENCEN_Pos) …
/bsp/microchip/saml10/bsp/hpl/sercom/
A Dhpl_sercom.c1674 …(CONF_SERCOM_##n##_I2CS_GENCEN << SERCOM_I2CS_ADDR_GENCEN_Pos) …
/bsp/microchip/same54/bsp/hpl/sercom/
A Dhpl_sercom.c1747 …(CONF_SERCOM_##n##_I2CS_GENCEN << SERCOM_I2CS_ADDR_GENCEN_Pos) …
/bsp/microchip/samc21/bsp/hri/
A Dhri_sercom_c21.h6111 tmp = (tmp & SERCOM_I2CS_ADDR_GENCEN) >> SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_get_ADDR_GENCEN_bit()
6121 tmp |= value << SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_write_ADDR_GENCEN_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_sercom_l10.h6350 tmp = (tmp & SERCOM_I2CS_ADDR_GENCEN) >> SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_get_ADDR_GENCEN_bit()
6360 tmp |= value << SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_write_ADDR_GENCEN_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_sercom_d51.h7213 tmp = (tmp & SERCOM_I2CS_ADDR_GENCEN) >> SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_get_ADDR_GENCEN_bit()
7223 tmp |= value << SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_write_ADDR_GENCEN_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_sercom_e54.h7213 tmp = (tmp & SERCOM_I2CS_ADDR_GENCEN) >> SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_get_ADDR_GENCEN_bit()
7223 tmp |= value << SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_write_ADDR_GENCEN_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_sercom_d51.h7213 tmp = (tmp & SERCOM_I2CS_ADDR_GENCEN) >> SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_get_ADDR_GENCEN_bit()
7223 tmp |= value << SERCOM_I2CS_ADDR_GENCEN_Pos; in hri_sercomi2cs_write_ADDR_GENCEN_bit()

Completed in 213 milliseconds