monoZ docs
MZ_BoardCfg.h File Reference

Configuration of monoZ Board This file defines the Hardware and Software features enabled in monoZ Library for the specific board. More...

Go to the source code of this file.

Macros

#define MZ_BOARDCFG_H_
 Defines monoZ Board Config. More...
 
#define MZ_ENABLE   (1)
 Enables the monoZ. More...
 
#define MZ_DISABLE   (0)
 Disables the monoZ. More...
 
#define MZ_UART1   (MZ_ENABLE)
 Enables the UART1. More...
 
#define MZ_UART2   (MZ_ENABLE)
 Enables the UART2. More...
 
#define MZ_UART3   (MZ_ENABLE)
 Enables the UART3. More...
 
#define MZ_LPUART1   (MZ_ENABLE)
 Enables the LPUART1. More...
 
#define MZ_I2C2   (MZ_ENABLE)
 Enables the I2C2. More...
 
#define MZ_I2C4   (MZ_ENABLE)
 Enables the I2C4. More...
 
#define MZ_MODEM   (MZ_ENABLE)
 UART1 is attached to Modem Interface. More...
 
#define MZ_CLI   (MZ_ENABLE)
 UART2 is attached to CLI Interface. More...
 
#define MZ_LWM2M_ENABLE   (MZ_ENABLE)
 Enables the monoZ lwm2m. More...
 
#define MZ_FLASH_DRIVER_ENABLE   (MZ_ENABLE)
 Enables monoZ flash driver. More...
 
#define MZ_FLASH_CONFIG_ENABLE   (MZ_ENABLE)
 Enables the flash configuration. More...
 
#define MZ_ERROR_TO_STRING   (MZ_ENABLE)
 Enables the monoZ error to string conversion. More...
 
#define MZ_MODEM_MURATA   (MZ_ENABLE)
 Defines the Modem Type. More...
 
#define MZ_SDK_ADVANCE_AT_INJECT   (MZ_DISABLE)
 Disables the SDK advanced AT inject. More...
 
#define MZ_MAX_TIMER_COUNT   (5)
 Defines the Maximum number of SW timer. More...
 
#define MZ_AT_TIMERS   (1)
 Defines the monoZ AT timers. More...
 

Detailed Description

Configuration of monoZ Board This file defines the Hardware and Software features enabled in monoZ Library for the specific board.

Date
Apr 13, 2021
Author
SKM

Definition in file MZ_BoardCfg.h.

Macro Definition Documentation

◆ MZ_BOARDCFG_H_

#define MZ_BOARDCFG_H_

Defines monoZ Board Config.

Definition at line 10 of file MZ_BoardCfg.h.

◆ MZ_ENABLE

#define MZ_ENABLE   (1)

Enables the monoZ.

Definition at line 15 of file MZ_BoardCfg.h.

◆ MZ_DISABLE

#define MZ_DISABLE   (0)

Disables the monoZ.

Definition at line 16 of file MZ_BoardCfg.h.

◆ MZ_UART1

#define MZ_UART1   (MZ_ENABLE)

Enables the UART1.

Definition at line 23 of file MZ_BoardCfg.h.

◆ MZ_UART2

#define MZ_UART2   (MZ_ENABLE)

Enables the UART2.

Definition at line 24 of file MZ_BoardCfg.h.

◆ MZ_UART3

#define MZ_UART3   (MZ_ENABLE)

Enables the UART3.

Definition at line 25 of file MZ_BoardCfg.h.

◆ MZ_LPUART1

#define MZ_LPUART1   (MZ_ENABLE)

Enables the LPUART1.

Definition at line 26 of file MZ_BoardCfg.h.

◆ MZ_I2C2

#define MZ_I2C2   (MZ_ENABLE)

Enables the I2C2.

Definition at line 27 of file MZ_BoardCfg.h.

◆ MZ_I2C4

#define MZ_I2C4   (MZ_ENABLE)

Enables the I2C4.

Definition at line 28 of file MZ_BoardCfg.h.

◆ MZ_MODEM

#define MZ_MODEM   (MZ_ENABLE)

UART1 is attached to Modem Interface.

Definition at line 31 of file MZ_BoardCfg.h.

◆ MZ_CLI

#define MZ_CLI   (MZ_ENABLE)

UART2 is attached to CLI Interface.

Definition at line 32 of file MZ_BoardCfg.h.

◆ MZ_LWM2M_ENABLE

#define MZ_LWM2M_ENABLE   (MZ_ENABLE)

Enables the monoZ lwm2m.

Definition at line 35 of file MZ_BoardCfg.h.

◆ MZ_FLASH_DRIVER_ENABLE

#define MZ_FLASH_DRIVER_ENABLE   (MZ_ENABLE)

Enables monoZ flash driver.

Definition at line 36 of file MZ_BoardCfg.h.

◆ MZ_FLASH_CONFIG_ENABLE

#define MZ_FLASH_CONFIG_ENABLE   (MZ_ENABLE)

Enables the flash configuration.

Definition at line 39 of file MZ_BoardCfg.h.

◆ MZ_ERROR_TO_STRING

#define MZ_ERROR_TO_STRING   (MZ_ENABLE)

Enables the monoZ error to string conversion.

Definition at line 47 of file MZ_BoardCfg.h.

◆ MZ_MODEM_MURATA

#define MZ_MODEM_MURATA   (MZ_ENABLE)

Defines the Modem Type.

Definition at line 50 of file MZ_BoardCfg.h.

◆ MZ_SDK_ADVANCE_AT_INJECT

#define MZ_SDK_ADVANCE_AT_INJECT   (MZ_DISABLE)

Disables the SDK advanced AT inject.

Definition at line 51 of file MZ_BoardCfg.h.

◆ MZ_MAX_TIMER_COUNT

#define MZ_MAX_TIMER_COUNT   (5)

Defines the Maximum number of SW timer.

Definition at line 56 of file MZ_BoardCfg.h.

◆ MZ_AT_TIMERS

#define MZ_AT_TIMERS   (1)

Defines the monoZ AT timers.

Definition at line 57 of file MZ_BoardCfg.h.