代码搜索结果
找到约 10,000 项符合
B 的代码
s6b33b.c
void Data_Write(unsigned char wdata)
{
A0 = 1;
LCD_DATA_L = wdata;
WRB = 0;
WRB = 1;
}
void Command_Write(unsigned char wdata)
{
A0 = 0;
LCD_DATA_L = wdata;
WRB = 0;
WRB = 1;
}
encoder_8b10b.vhd
-- (C) COPYRIGHT PLD APPLICATIONS 1998-2000, ALL RIGHTS RESERVED
-- BUILD G8B10B_0100
library ieee;
use ieee.std_logic_1164.all;
entity encoder_8b10b is
port
(
clk : in std_logic;
decoder_8b10b.vhd
-- (C) COPYRIGHT PLD APPLICATIONS 1998-2000, ALL RIGHTS RESERVED
-- BUILD G8B10B_0100
library ieee;
use ieee.std_logic_1164.all;
entity decoder_8b10b is
port
(
clk : in std_logic;
c03b1b.c
/* .c freeware xhunga@tiscali.fr
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
#include
c03b3b.c
/* .c freeware xhunga@tiscali.fr
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
#include
c03b2b.c
/* .c freeware xhunga@tiscali.fr
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
#include
c03b4b.c
/* .c freeware xhunga@tiscali.fr
*/
/* --------------------------------- INCLUDES ------------------------------- */
#include "xa_hfile.h"
#include