monoZ docs
MZ_public.h File Reference

monoZ Public All peripheral Configurations will send to monoZ library through this file More...

#include "MZ_common.h"

Go to the source code of this file.

Data Structures

struct  MZ_UART_INIT_ST
 Structure for monoZ UART Initialization parameters. More...
 
struct  MZ_I2C_INIT_ST
 Structure for I2C Initialization. More...
 
struct  uart_enable
 Structure for UART Initialization and configuration. More...
 
struct  i2c_enable
 Structure for I2C Initialization and configuration. More...
 

Macros

#define MZ_PUBLIC_H_
 Defines monoZ Public file. More...
 

Typedefs

typedef MZ_UART_INIT_STMZ_UART_INIT_PTR
 [TODO] More...
 
typedef MZ_I2C_INIT_STMZ_I2C_INIT_PTR
 [TODO] More...
 

Detailed Description

monoZ Public All peripheral Configurations will send to monoZ library through this file

Author
SKM
Date
Apr 2 2021

Definition in file MZ_public.h.

Macro Definition Documentation

◆ MZ_PUBLIC_H_

#define MZ_PUBLIC_H_

Defines monoZ Public file.

Definition at line 10 of file MZ_public.h.

Typedef Documentation

◆ MZ_UART_INIT_PTR

[TODO]

UART User input structure pointer

Definition at line 31 of file MZ_public.h.

◆ MZ_I2C_INIT_PTR

[TODO]

I2C User input structure pointer

Definition at line 47 of file MZ_public.h.