Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/samples/shields/x_nucleo_53l0a1/src/
Ddisplay_7seg.c102 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()
Ddisplay_7seg.h67 int display_chars(const uint8_t chars[4]);
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/
Dnucleo_wl55jc.overlay19 /* Enable FIFO to avoid losing chars on device wakeup */
Dnucleo_h563zi.overlay15 /* Enable FIFO to avoid losing chars on device wakeup */
Dstm32l562e_dk.overlay30 /* Enable FIFO to avoid losing chars on device wakeup */
Db_u585i_iot02a.overlay23 /* Enable FIFO to avoid losing chars on device wakeup */
Dnucleo_wb55rg.overlay24 /* Enable FIFO to avoid losing chars on device wakeup */
/Zephyr-latest/drivers/adc/
Dadc_esp32.c73 esp_adc_cal_characteristics_t chars[SOC_ADC_MAX_CHANNEL_NUM]; member
456 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()
/Zephyr-latest/drivers/ethernet/
DKconfig.native_posix71 six hex 8-bit chars separated by colons (e.g.:
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst104 In this example, command name length is limited to 32 chars. You can
/Zephyr-latest/modules/segger/
DKconfig45 int "Size of buffer for RTT printf to bulk-send chars via RTT"
/Zephyr-latest/drivers/net/
DKconfig93 six hex 8-bit chars separated by colons (e.g.:
179 six hex 8-bit chars separated by colons (e.g.:
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish274 set -l manifest_path_hash (echo "$manifest_path" | md5sum | string trim --chars=' -')
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst379 * :github:`4131` - gen_syscalls.py may choke on non-ascii chars
Drelease-notes-2.6.rst1330 * :github:`34669` - uart_read_fifo() reads only 2 chars on nucleo STM32L43KC and nRF52840-DK