Searched refs:character (Results 1 – 11 of 11) sorted by relevance
101 This ASM function is used to send a character to the UART's Transmit FIFO. It takes102 two arguments, a character as int stored in w0, and the ``console_t`` struct pointer103 stored in x1. It returns w0 with either the character on successs or a negative121 This ASM function is used to read a character from the receive FIFO. It takes a pointer122 to the console_struct as an argument and returns a character on success or a negative236 removed console on success or a ``NULL`` character upon failure.282 Invoking this function sends a character to the ``console->putc`` (struct288 This function takes the int value of a character as an argument and returns the289 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 …]
55 void semihosting_write_char(char character);
138 void semihosting_write_char(char character) in semihosting_write_char() argument140 semihosting_call(SEMIHOSTING_SYS_WRITEC, (uintptr_t)&character); in semihosting_write_char()
50 int (*const putc)(int character, struct core_console *console);
21 int uniphier_console_putc(int character, console_t *console);
17 The source code must use the **UTF-8** character encoding. Comments and22 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 option213 character (``_``). This is sometimes referred to as *Snake Case*. An example is267 size of eight columns it would be necessary to use one tab character and two
65 generally conform to the 80 character limit this is overly restrictive in some
29 example, function names) it's not possible to use this character. All dashes
159 incidental, or consequential damages of any character arising as a
142 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, which3748 This API is used by the crash reporting mechanism to print a character on the
5552 …- All input and output linker section names have been prefixed with the period character, e.g. `cp…