This module contains WINC3400 UART protocol bus APIs implementation.
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
#include "common/include/nm_common.h"
Functions | |
sint8 | nm_uart_read_block (uint32 u32Addr, uint8 *puBuf, uint16 u16Sz) |
uint32 | nm_uart_read_reg (uint32 u32Addr) |
sint8 | nm_uart_read_reg_with_ret (uint32 u32Addr, uint32 *pu32RetVal) |
sint8 | nm_uart_reboot_cmd (void) |
Sends a command to the MCU to force the reboot of the WINC. More... | |
sint8 | nm_uart_reconfigure (void *ptr) |
sint8 | nm_uart_sync_cmd (void) |
Check COM Port. More... | |
sint8 | nm_uart_write_block (uint32 u32Addr, uint8 *puBuf, uint16 u16Sz) |
sint8 | nm_uart_write_reg (uint32 u32Addr, uint32 u32Val) |
Referenced by p_nm_read_block().
Referenced by nm_read_reg().
Referenced by nm_read_reg_with_ret().
nm_uart_reboot_cmd | ( | void | ) |
Sends a command to the MCU to force the reboot of the WINC.
sint8 nm_uart_reconfigure | ( | void * | ptr | ) |
Referenced by nm_bus_iface_reconfigure().
nm_uart_sync_cmd | ( | void | ) |
Check COM Port.
Referenced by p_nm_write_block().
Referenced by nm_write_reg().