代码搜索:byte
找到约 10,000 项符合「byte」的源代码
代码结果 10,000
www.eeworm.com/read/314427/3634266
c byte1.c
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : Byte1.C
** Project : RTOSDemo
*
www.eeworm.com/read/304222/3802342
h byte_order.h
#define CHAR_UNSIGNED 0
#define MSB_AT_LOW_ADDRESS 0
#define MSW_AT_LOW_ADDRESS 0
#define FL_MSB_AT_LOW_ADDRESS 0
#define FL_MSW_AT_LOW_ADDRESS 0
#define FL_MSL_AT_LOW_ADDRESS 0
www.eeworm.com/read/304222/3802398
h byte_order.h
#define CHAR_UNSIGNED 0
#define MSB_AT_LOW_ADDRESS 0
#define MSW_AT_LOW_ADDRESS 0
#define FL_MSB_AT_LOW_ADDRESS 0
#define FL_MSW_AT_LOW_ADDRESS 0
#define FL_MSL_AT_LOW_ADDRESS 0
www.eeworm.com/read/284986/4058981
h byte_order.h
#define CHAR_UNSIGNED 0
#define MSB_AT_LOW_ADDRESS 0
#define MSW_AT_LOW_ADDRESS 0
#define FL_MSB_AT_LOW_ADDRESS 0
#define FL_MSW_AT_LOW_ADDRESS 0
#define FL_MSL_AT_LOW_ADDRESS 0
www.eeworm.com/read/284576/4061986
h byte_order.h
#define CHAR_UNSIGNED 0
#define MSB_AT_LOW_ADDRESS 0
#define MSW_AT_LOW_ADDRESS 0
#define FL_MSB_AT_LOW_ADDRESS 0
#define FL_MSW_AT_LOW_ADDRESS 0
#define FL_MSL_AT_LOW_ADDRESS 0
www.eeworm.com/read/281712/4112795
h byte_order.h
#define CHAR_UNSIGNED 0
#define MSB_AT_LOW_ADDRESS 0
#define MSW_AT_LOW_ADDRESS 0
#define FL_MSB_AT_LOW_ADDRESS 0
#define FL_MSW_AT_LOW_ADDRESS 0
#define FL_MSL_AT_LOW_ADDRESS 0
www.eeworm.com/read/281683/4113277
c byte_fifo.c
/* Byte FIFO queue implementation.
*
* Implements a simple byte FIFO on top of a data buffer, that lets
* you enqueue and dequeue single bytes.
*/
#include "byte_fifo.h"
/* Empty the given byte
www.eeworm.com/read/281683/4113292
h byte_fifo.h
/* Byte FIFO queue implementation.
*
* Implements a simple byte FIFO on top of a data buffer, that lets
* you enqueue and dequeue single bytes.
*/
#ifndef __BFIFO_H__
# define __BFIFO_H__
# in
www.eeworm.com/read/273759/4193399
sgml arrays_byte.sgml
Byte Arrays
arrays of bytes, which grow automatically as elements are added.