Searched refs:ksdk_lpi2c_master_status (Results 1 – 1 of 1) sorted by relevance
438 uint32_t ksdk_lpi2c_master_status = LPI2C_MasterGetStatusFlags(lpi2c->resource->base); in LPI2C_Master_EdmaGetStatus() local440 …stat.busy = (uint32_t)((ksdk_lpi2c_master_status & (uint32_t)kLPI2C_MasterBusyFlag) != 0U); /… in LPI2C_Master_EdmaGetStatus()443 …stat.arbitration_lost = (uint32_t)((ksdk_lpi2c_master_status & (uint32_t)kLPI2C_MasterArbitrationL… in LPI2C_Master_EdmaGetStatus()914 uint32_t ksdk_lpi2c_master_status = LPI2C_MasterGetStatusFlags(lpi2c->resource->base); in LPI2C_InterruptGetStatus() local918 stat.busy = (uint32_t)(((ksdk_lpi2c_master_status & (uint32_t)kLPI2C_MasterBusyFlag) != 0U) || in LPI2C_InterruptGetStatus()935 …stat.arbitration_lost = (uint32_t)((ksdk_lpi2c_master_status & (uint32_t)kLPI2C_MasterArbitrationL… in LPI2C_InterruptGetStatus()