Home
last modified time | relevance | path

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

/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst101 This ASM function is used to send a character to the UART's Transmit FIFO. It takes
102 two arguments, a character as int stored in w0, and the ``console_t`` struct pointer
103 stored in x1. It returns w0 with either the character on successs or a negative
121 This ASM function is used to read a character from the receive FIFO. It takes a pointer
122 to the console_struct as an argument and returns a character on success or a negative
236 removed console on success or a ``NULL`` character upon failure.
282 Invoking this function sends a character to the ``console->putc`` (struct
288 This function takes the int value of a character as an argument and returns the
289 int value of the character back on success or a negative int value on error.
304 This function is used to fetch a character from the receive FIFO that has
[all …]
/rk3399_ARM-atf/include/lib/
H A Dsemihosting.h55 void semihosting_write_char(char character);
/rk3399_ARM-atf/lib/semihosting/
H A Dsemihosting.c138 void semihosting_write_char(char character) in semihosting_write_char() argument
140 semihosting_call(SEMIHOSTING_SYS_WRITEC, (uintptr_t)&character); in semihosting_write_char()
/rk3399_ARM-atf/include/drivers/
H A Dconsole.h50 int (*const putc)(int character, struct core_console *console);
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_console_setup.c21 int uniphier_console_putc(int character, console_t *console);
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst17 The source code must use the **UTF-8** character encoding. Comments and
22 character is used to break a line and reset to the first column.
126 The file must end with a single newline character. Many editors have the option
213 character (``_``). This is sometimes referred to as *Snake Case*. An example is
267 size of eight columns it would be necessary to use one tab character and two
H A Dcoding-guidelines.rst65 generally conform to the 80 character limit this is overly restrictive in some
/rk3399_ARM-atf/docs/getting_started/
H A Dimage-terminology.rst29 example, function names) it's not possible to use this character. All dashes
/rk3399_ARM-atf/licenses/
H A DLICENSE-APACHE-2.0.txt159 incidental, or consequential damages of any character arising as a
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst142 Defines the character string printed by BL1 upon entry into the ``bl1_main()``
1509 the firmware. It takes a pointer to a character pointer as an argument, which
3748 This API is used by the crash reporting mechanism to print a character on the
H A Dchange-log.md5552 …- All input and output linker section names have been prefixed with the period character, e.g. `cp…