Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers common_functions_stub.c Source File

common_functions_stub.c

00001 /*
00002  * Copyright (c) 2016 ARM Limited. All rights reserved.
00003  */
00004 #include <stdio.h>
00005 #include <stdint.h>
00006 #include <inttypes.h>
00007 
00008 #include "ns_types.h"
00009 
00010 uint16_t common_read_16_bit(const uint8_t data_buf[__static 2])
00011 {
00012     return 0;
00013 }