Lines Matching refs:cJSON_Number

127         if (NULL == port || cJSON_Number != port->type)  in board_parse_gpio()
256 if (NULL == port || cJSON_Number != port->type) in board_parse_uart()
262 if (NULL != temp && cJSON_Number == temp->type) in board_parse_uart()
285 if (NULL != temp && cJSON_Number == temp->type) in board_parse_uart()
290 if (NULL != temp && cJSON_Number == temp->type) in board_parse_uart()
409 if (NULL == port || cJSON_Number != port->type) in board_parse_i2c()
416 if (NULL != temp && cJSON_Number == temp->type) in board_parse_i2c()
432 if (NULL != temp && cJSON_Number == temp->type) in board_parse_i2c()
448 if (NULL != temp && cJSON_Number == temp->type) in board_parse_i2c()
526 if (NULL == port || cJSON_Number != port->type) in board_parse_spi()
552 if (NULL != temp && cJSON_Number == temp->type) in board_parse_spi()
626 if (NULL == port || cJSON_Number != port->type) in board_parse_can()
633 if (NULL != temp && cJSON_Number == temp->type) in board_parse_can()
756 if (NULL == port || cJSON_Number != port->type) in board_parse_pwm()
828 if (NULL == port || cJSON_Number != port->type) in board_parse_adc()
835 if (NULL != temp && cJSON_Number == temp->type) in board_parse_adc()
906 if (NULL == port || cJSON_Number != port->type) in board_parse_dac()
981 if (NULL == port || cJSON_Number != port->type) in board_parse_timer()
1113 if (cJSON_Number != external_pa_pin->type) in board_parse_audio()
1130 if (cJSON_Number != external_pa_delay->type) in board_parse_audio()
1147 if (cJSON_Number != external_pa_active_level->type) in board_parse_audio()