Home
last modified time | relevance | path

Searched refs:character (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-Core-3.5.0/drivers/console/
Dipm_console_sender.c18 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()
Dram_console.c22 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()
Drtt_console.c37 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/
DREADME.rst4 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/
DREADME.rst1 .. 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/
Dprintk.c122 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/
DREADME.rst17 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/
DKconfig.pt63145 bool "PTC PT6314 dot character VFD driver"
Dauxdisplay_handlers.c136 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()
Dauxdisplay_hd44780.c430 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/
Dnrf51dk_nrf51422.overlay8 overrun-character = <0x00>;
Dnrf52dk_nrf52832.overlay8 overrun-character = <0x00>;
Dnrf9160dk_nrf9160.overlay8 overrun-character = <0x00>;
Dnrf52840dk_nrf52840.overlay8 overrun-character = <0x00>;
/Zephyr-Core-3.5.0/samples/net/telnet/
DREADME.rst56 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/
Duserspace.S32 add a4, a0, a5 # Determine character address
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dauxdisplay.h269 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/
Duart.rst17 function, `uart_poll_in`, is a non-blocking function and returns a character
20 character is sent.
/Zephyr-Core-3.5.0/doc/
Dsubstitutions.txt10 using the same name as the html entity names (e.g., &copy;) for that character
/Zephyr-Core-3.5.0/samples/drivers/auxdisplay/
DREADME.rst18 HD44780-compatible 20 character by 4 line display. See the overlay file
/Zephyr-Core-3.5.0/subsys/console/
DKconfig17 bool "Character by character input and output"
/Zephyr-Core-3.5.0/arch/common/
DCMakeLists.txt58 # Exclamation mark is printable character with lowest number in ASCII table.
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dsmp_transport.rst41 The limit includes the prefix and the newline character, so the allowed payload
53 character.
/Zephyr-Core-3.5.0/doc/services/
Dformatted_output.rst19 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/
DREADME.rst49 four character devices /dev/mu0 till /dev/mu3, which are used to read data from

123