monoZ docs
MZ_uart_example.h File Reference

Monoz UART example This example app can be used when there is a requirement for different uart specific communication. More...

Go to the source code of this file.

Functions

mz_error_t uart_app_init (void)
 Initialize UART App and creates the uart application thread By default it will initialize the uart3. More...
 

Detailed Description

Monoz UART example This example app can be used when there is a requirement for different uart specific communication.

Date
Jul 1, 2021
Author
MZ_click

Definition in file MZ_uart_example.h.

Function Documentation

◆ uart_app_init()

mz_error_t uart_app_init ( void  )

Initialize UART App and creates the uart application thread By default it will initialize the uart3.

Returns
_ret returns the uart app thread creation status
Note
creates the semaphore to lock the process when multiple processes are in run status

Definition at line 132 of file MZ_uart_example.c.