-For monoZ Print API refer MZ_print.h file.
More...
|
void | mz_printf_ISR (void *__ch) |
| This function prints a Single character from interrupt. More...
|
|
void | mz_printf (void *__ch) |
| This function prints a Single character from value. More...
|
|
int | mz_puts (void *__ch) |
| This function prints the given string. More...
|
|
-For monoZ Print API refer MZ_print.h file.
◆ mz_printf_ISR()
void mz_printf_ISR |
( |
void * |
__ch | ) |
|
This function prints a Single character from interrupt.
This API has to be used within the interrupt handler function.
- Parameters
-
◆ mz_printf()
void mz_printf |
( |
void * |
__ch | ) |
|
This function prints a Single character from value.
- Parameters
-
◆ mz_puts()
int mz_puts |
( |
void * |
__ch | ) |
|
This function prints the given string.
- Parameters
-
- Returns
- 1/0