Home
last modified time | relevance | path

Searched refs:_i3c_dev_role_config_get (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_i3c.c427 if (_i3c_dev_role_config_get(regs) != MEC_I3C_ROLE_CFG_PRIM_CTRLR) { in MEC_HAL_I3C_Is_Current_Role_Primary()
444 if (((_i3c_dev_role_config_get(regs) == MEC_I3C_ROLE_CFG_SEC_CTRLR) && in MEC_HAL_I3C_Is_Current_Role_Master()
446 _i3c_dev_role_config_get(regs) == MEC_I3C_ROLE_CFG_TGT) { in MEC_HAL_I3C_Is_Current_Role_Master()
462 if ((_i3c_dev_role_config_get(regs) == MEC_I3C_ROLE_CFG_SEC_CTRLR) && in MEC_HAL_I3C_Is_Current_Role_BusMaster()
Dmec_i3c_pvt.h673 uint8_t _i3c_dev_role_config_get(struct mec_i3c_host_regs *regs);
Dmec_i3c_pvt.c1021 uint8_t _i3c_dev_role_config_get(struct mec_i3c_host_regs *regs) in _i3c_dev_role_config_get() function