Searched refs:IS_LEDC_DTCR (Results 1 – 2 of 2) sorted by relevance
87 Assert_Param(IS_LEDC_DTCR(LEDC_InitStruct->LEDC_DeadTime)); in LEDC_Init()234 Assert_Param(IS_LEDC_DTCR(LEDC_DeadTimeDuty)); in LEDC_SetDeadTimeDuty()275 Assert_Param(IS_LEDC_DTCR(mode)); in LEDC_SetPolarityMode()
167 #define IS_LEDC_DTCR(x) (x < 64) macro
Completed in 5 milliseconds