Searched refs:chars (Results 1 – 15 of 15) sorted by relevance
102 int display_chars(const uint8_t chars[4]) in display_chars()114 port1 = ((chars[3] & 0x7f) << 7) | (chars[2] & 0x7f); in display_chars()115 port2 = ((chars[1] & 0x7f) << 7) | (chars[0] & 0x7f); in display_chars()
67 int display_chars(const uint8_t chars[4]);
19 /* Enable FIFO to avoid losing chars on device wakeup */
15 /* Enable FIFO to avoid losing chars on device wakeup */
30 /* Enable FIFO to avoid losing chars on device wakeup */
23 /* Enable FIFO to avoid losing chars on device wakeup */
24 /* Enable FIFO to avoid losing chars on device wakeup */
73 esp_adc_cal_characteristics_t chars[SOC_ADC_MAX_CHANNEL_NUM]; member456 data->chars[channel_id].bit_width = data->resolution[channel_id]; in adc_esp32_read()458 cal = cal_mv = esp_adc_cal_raw_to_voltage(reading, &data->chars[channel_id]); in adc_esp32_read()610 &data->chars[cfg->channel_id]); in adc_esp32_channel_setup()
71 six hex 8-bit chars separated by colons (e.g.:
104 In this example, command name length is limited to 32 chars. You can
45 int "Size of buffer for RTT printf to bulk-send chars via RTT"
93 six hex 8-bit chars separated by colons (e.g.:179 six hex 8-bit chars separated by colons (e.g.:
274 set -l manifest_path_hash (echo "$manifest_path" | md5sum | string trim --chars=' -')
379 * :github:`4131` - gen_syscalls.py may choke on non-ascii chars
1330 * :github:`34669` - uart_read_fifo() reads only 2 chars on nucleo STM32L43KC and nRF52840-DK