Microchip® Advanced Software Framework

winc1500/host_drv/driver/source/nmuart.h File Reference

This module contains NMC1000 UART protocol bus APIs implementation.

Copyright (c) 2016-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_reconfigure (void *ptr)
 
sint8 nm_uart_sync_cmd (void)
 
sint8 nm_uart_write_block (uint32 u32Addr, uint8 *puBuf, uint16 u16Sz)
 
sint8 nm_uart_write_reg (uint32 u32Addr, uint32 u32Val)
 

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_reconfigure ( void *  ptr)
sint8 nm_uart_sync_cmd ( void  )
sint8 nm_uart_write_block ( uint32  u32Addr,
uint8 puBuf,
uint16  u16Sz 
)
sint8 nm_uart_write_reg ( uint32  u32Addr,
uint32  u32Val 
)