Searched refs:feature (Results 1 – 2 of 2) sorted by relevance
51 int mec_hal_ecs_is_feature_disabled(uint8_t feature) in mec_hal_ecs_is_feature_disabled() argument53 if (feature < 32) { in mec_hal_ecs_is_feature_disabled()54 if (MEC_ECS->FEAT_LOCK & MEC_BIT(feature)) { in mec_hal_ecs_is_feature_disabled()57 } else if (feature < 64) { in mec_hal_ecs_is_feature_disabled()58 feature -= 32; in mec_hal_ecs_is_feature_disabled()59 if (MEC_ECS->MISC_LOCK & MEC_BIT(feature)) { in mec_hal_ecs_is_feature_disabled()
47 int mec_hal_ecs_is_feature_disabled(uint8_t feature);