Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/lib/
A Dsemihosting.h55 void semihosting_write_char(char character);
/arm-trusted-firmware-2.8.0/include/drivers/
A Dconsole.h44 int (*const putc)(int character, struct console *console);
/arm-trusted-firmware-2.8.0/plat/socionext/uniphier/
A Duniphier_console_setup.c21 int uniphier_console_putc(int character, struct console *console);
/arm-trusted-firmware-2.8.0/lib/semihosting/
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()
/arm-trusted-firmware-2.8.0/docs/process/
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.
123 The file must end with a single newline character. Many editors have the option
210 character (``_``). This is sometimes referred to as *Snake Case*. An example is
264 size of eight columns it would be necessary to use one tab character and two
A Dcoding-guidelines.rst65 generally conform to the 80 character limit this is overly restrictive in some
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dimage-terminology.rst29 example, function names) it's not possible to use this character. All dashes
A Dporting-guide.rst128 Defines the character string printed by BL1 upon entry into the ``bl1_main()``
3280 This API is used by the crash reporting mechanism to print a character on the

Completed in 13 milliseconds