Lines Matching refs:valueint
172 device.port = port->valueint; in board_parse_gpio()
235 int32_t width = temp->valueint; in board_parse_uart()
256 config->baud_rate = temp->valueint; in board_parse_uart()
260 int32_t stopbits = temp->valueint; in board_parse_uart()
308 device.port = port->valueint; in board_parse_uart()
371 switch (temp->valueint) { in board_parse_i2c()
385 config->freq = temp->valueint; in board_parse_i2c()
397 timeout = temp->valueint; in board_parse_i2c()
401 config->dev_addr = temp->valueint; in board_parse_i2c()
408 device.port = port->valueint; in board_parse_i2c()
484 config->freq = temp->valueint; in board_parse_spi()
489 config->mode = temp->valueint; in board_parse_spi()
496 device.port = port->valueint; in board_parse_spi()
556 device.port = port->valueint; in board_parse_pwm()
615 config->sampling_cycle = temp->valueint; in board_parse_adc()
622 device.port = port->valueint; in board_parse_adc()