Searched refs:renode_get_adc_channel_count (Results 1 – 3 of 3) sorted by relevance
61 renode_error_t *renode_get_adc_channel_count(renode_adc_t *adc, int32_t *count);
129 if ((error = renode_get_adc_channel_count(adc, &ch_count)) != NO_ERROR) { in main()
669 renode_error_t *renode_get_adc_channel_count(renode_adc_t *adc, int32_t *count) in renode_get_adc_channel_count() function