/Zephyr-Core-3.5.0/drivers/console/ |
D | ipm_console_sender.c | 18 static int consoleOut(int character) in consoleOut() argument 20 if (character == '\r') { in consoleOut() 21 return character; in consoleOut() 28 ipm_send(ipm_console_device, 1, character, NULL, 0); in consoleOut() 30 return character; in consoleOut()
|
D | ram_console.c | 22 static int ram_console_out(int character) in ram_console_out() argument 24 ram_console[pos] = (char)character; in ram_console_out() 26 return character; in ram_console_out()
|
D | rtt_console.c | 37 static int rtt_console_out(int character) in rtt_console_out() argument 39 char c = (char)character; in rtt_console_out() 78 return character; in rtt_console_out()
|
/Zephyr-Core-3.5.0/samples/subsys/console/getchar/ |
D | README.rst | 4 Use console_getchar() to read an input character from the console. 12 character or blocks waiting for one. Using this function, it should be 14 process console input character by character. The sample also allows to 15 see key/character codes as returned by the function. 40 hex values and in character form. Be sure to press Enter, Up/Down, etc.
|
/Zephyr-Core-3.5.0/samples/subsys/display/cfb/ |
D | README.rst | 1 .. zephyr:code-sample:: character-frame-buffer 5 Display character strings using the Character Frame Buffer (CFB). 10 This sample displays character strings using the Character Frame Buffer
|
/Zephyr-Core-3.5.0/tests/kernel/common/src/ |
D | printk.c | 122 static int ram_console_out(int character) in ram_console_out() argument 124 pk_console[pos] = (char)character; in ram_console_out() 126 return _old_char_out(character); in ram_console_out()
|
/Zephyr-Core-3.5.0/samples/subsys/console/getline/ |
D | README.rst | 17 If you are interested in character by character console input, see 40 will be printed back, with a hex code of the last character, to show that
|
/Zephyr-Core-3.5.0/drivers/auxdisplay/ |
D | Kconfig.pt6314 | 5 bool "PTC PT6314 dot character VFD driver"
|
D | auxdisplay_handlers.c | 136 struct auxdisplay_character *character) in z_vrfy_auxdisplay_custom_character_set() argument 139 return z_impl_auxdisplay_custom_character_set(dev, character); in z_vrfy_auxdisplay_custom_character_set()
|
D | auxdisplay_hd44780.c | 430 struct auxdisplay_character *character) in auxdisplay_hd44780_custom_character_set() argument 435 uint8_t cmd = AUXDISPLAY_HD44780_CMD_CGRAM_SET | (character->index << 3); in auxdisplay_hd44780_custom_character_set() 448 if (character->data[(i * 5) + (4 - l)]) { in auxdisplay_hd44780_custom_character_set() 460 character->character_code = character->index; in auxdisplay_hd44780_custom_character_set()
|
/Zephyr-Core-3.5.0/tests/drivers/spi/spi_loopback/boards/ |
D | nrf51dk_nrf51422.overlay | 8 overrun-character = <0x00>;
|
D | nrf52dk_nrf52832.overlay | 8 overrun-character = <0x00>;
|
D | nrf9160dk_nrf9160.overlay | 8 overrun-character = <0x00>;
|
D | nrf52840dk_nrf52840.overlay | 8 overrun-character = <0x00>;
|
/Zephyr-Core-3.5.0/samples/net/telnet/ |
D | README.rst | 56 Telnet escape character is '^]'. 59 Escape character is '^]'. 124 Telnet escape character is '^]'. 127 Escape character is '^]'.
|
/Zephyr-Core-3.5.0/arch/riscv/core/ |
D | userspace.S | 32 add a4, a0, a5 # Determine character address
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | auxdisplay.h | 269 struct auxdisplay_character *character); 746 struct auxdisplay_character *character); 749 struct auxdisplay_character *character) in z_impl_auxdisplay_custom_character_set() argument 757 return api->custom_character_set(dev, character); in z_impl_auxdisplay_custom_character_set()
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | uart.rst | 17 function, `uart_poll_in`, is a non-blocking function and returns a character 20 character is sent.
|
/Zephyr-Core-3.5.0/doc/ |
D | substitutions.txt | 10 using the same name as the html entity names (e.g., ©) for that character
|
/Zephyr-Core-3.5.0/samples/drivers/auxdisplay/ |
D | README.rst | 18 HD44780-compatible 20 character by 4 line display. See the overlay file
|
/Zephyr-Core-3.5.0/subsys/console/ |
D | Kconfig | 17 bool "Character by character input and output"
|
/Zephyr-Core-3.5.0/arch/common/ |
D | CMakeLists.txt | 58 # Exclamation mark is printable character with lowest number in ASCII table.
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | smp_transport.rst | 41 The limit includes the prefix and the newline character, so the allowed payload 53 character.
|
/Zephyr-Core-3.5.0/doc/services/ |
D | formatted_output.rst | 19 arguments, providing output produced one character at a time through a 120 and resembles *va_list* stack frame. It is followed by data associated with character 178 * It is recommended to cast any character pointer used with ``%p`` format specifier to
|
/Zephyr-Core-3.5.0/samples/drivers/ipm/ipm_imx/ |
D | README.rst | 49 four character devices /dev/mu0 till /dev/mu3, which are used to read data from
|