monoZ docs
Print

-For monoZ Print API refer MZ_print.h file. More...

Functions

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...
 

Detailed Description

-For monoZ Print API refer MZ_print.h file.

Function Documentation

◆ 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
__chvoid

◆ mz_printf()

void mz_printf ( void *  __ch)

This function prints a Single character from value.

Parameters
__chvoid

◆ mz_puts()

int mz_puts ( void *  __ch)

This function prints the given string.

Parameters
__chvoid
Returns
1/0