This module contains WINC3400 SPI protocol bus APIs implementation. More...
#include "common/include/nm_common.h"

Go to the source code of this file.
Functions | |
| sint8 | nm_spi_deinit (void) | 
| DeInitialize the SPI.  More... | |
| sint8 | nm_spi_init (void) | 
| Initialize the SPI.  More... | |
| sint8 | nm_spi_read_block (uint32 u32Addr, uint8 *puBuf, uint16 u16Sz) | 
| uint32 | nm_spi_read_reg (uint32 u32Addr) | 
| sint8 | nm_spi_read_reg_with_ret (uint32 u32Addr, uint32 *pu32RetVal) | 
| sint8 | nm_spi_write_block (uint32 u32Addr, uint8 *puBuf, uint16 u16Sz) | 
| sint8 | nm_spi_write_reg (uint32 u32Addr, uint32 u32Val) | 
This module contains WINC3400 SPI protocol bus APIs implementation.
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file nmspi.h.
| nm_spi_deinit | ( | void | ) | 
DeInitialize the SPI.
| nm_spi_init | ( | void | ) | 
Initialize the SPI.