Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

nmuart.c File Reference

nmuart.c File Reference

This module contains NMC1000 UART protocol bus APIs implementation. More...

Go to the source code of this file.

Functions

sint8 nm_uart_sync_cmd (void)
sint8 nm_uart_read_reg_with_ret (uint32 u32Addr, uint32 *pu32RetVal)

Detailed Description

This module contains NMC1000 UART protocol bus APIs implementation.

Copyright (c) 2016 Atmel Corporation. All rights reserved.

Definition in file nmuart.c.


Function Documentation

sint8 nm_uart_read_reg_with_ret ( uint32  u32Addr,
uint32 pu32RetVal 
)

pu32RetVal = b[0] | ((uint32)b[1] << 8) | ((uint32)b[2] << 16) | ((uint32)b[3] << 24);

Definition at line 113 of file nmuart.c.

sint8 nm_uart_sync_cmd ( void   )

pu32RetVal = b[0] | ((uint32)b[1] << 8) | ((uint32)b[2] << 16) | ((uint32)b[3] << 24);

Definition at line 67 of file nmuart.c.