Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_ecs.c51 int mec_hal_ecs_is_feature_disabled(uint8_t feature) in mec_hal_ecs_is_feature_disabled() argument
53 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()
Dmec_ecs_api.h47 int mec_hal_ecs_is_feature_disabled(uint8_t feature);