Searched refs:SIGMADELTA_PORT_MAX (Results 1 – 3 of 3) sorted by relevance
22 #define SIGMADELTA_PORT_MAX (1) /*!< SIGMADELTA port max */ macro23 #define SOC_SIGMADELTA_NUM (SIGMADELTA_PORT_MAX)
28 SIGMADELTA_PORT_MAX, /*!< SIGMADELTA port max */ enumerator31 _Static_assert(SIGMADELTA_PORT_MAX == SOC_SIGMADELTA_NUM, "Sigma-delta port num incorrect.");
24 static sigmadelta_obj_t *p_sigmadelta_obj[SIGMADELTA_PORT_MAX] = {0};27 …SIGMADELTA_CHECK((sigmadelta_port < SIGMADELTA_PORT_MAX), "sigmadelta port error", ESP_ERR_INVALID…78 …SIGMADELTA_CHECK((sigmadelta_port < SIGMADELTA_PORT_MAX), "sigmadelta_port error", ESP_ERR_INVALID… in sigmadelta_init()