代码搜索结果
找到约 194 项符合
BLE 的代码
ble.cgs
# fr30 testcase for ble $label9
# mach(): fr30
.include "testutils.inc"
START
.text
.global ble
ble:
; Test ble $label9
set_cc 0x0f ; condition codes are irrelevent
take_branch bl
ble.cgs
# fr30 testcase for ble $label9
# mach(): fr30
.include "testutils.inc"
START
.text
.global ble
ble:
; Test ble $label9
set_cc 0x0f ; condition codes are irrelevent
take_branch bl
ble.cgs
# frv testcase for ble $ICCi,$hint,$label16
# mach: all
.include "testutils.inc"
start
.global ble
ble:
set_icc 0x0 0
ble icc0,0,bad
set_icc 0x1 1
ble icc1,1,bad
set_icc 0x2 2
ble ic
ble.cgs
# arm testcase for ble $soffset8
# mach: unfinished
.include "testutils.inc"
start
.global ble
ble:
ble footext
pass
ble.cgs
# fr30 testcase for ble $label9
# mach(): fr30
.include "testutils.inc"
START
.text
.global ble
ble:
; Test ble $label9
set_cc 0x0f ; condition codes are irrelevent
take_branch bl
trans_dat_16.c
void Trans_Dat_16(unsigned int data1)
{
unsigned char high8=data1>>8;
unsigned char low8=data1;
Cs=0;
Dc=1;
//Rd=1;
Wr=1;
ble=1;
P0=high8;
ble=0;
P0=low8;
Wr=0;
Wr=1;
trans_romdat.c
void Trans_romdat(unsigned char high8,unsigned char low8)
{
Cs=0;
Dc=1;
Wr=1;
P0=high8;
ble=1;
ble=0;
P0=low8;
Wr=0;
Wr=1;
//Rd=1;
Cs=1;
Dc=0;
board.c
sbit Cs =P3^0;
sbit Reset =P3^1;
sbit Dc =P3^2;
//sbit Wr =P3^6;
//sbit Rd =P3^7;
sbit Wr =P3^3;
sbit Rd =P3^4;
//sbit ble =P1^5;
sbit ble =P1^6;
sbit rom_a16
trans_com_16.c
void Trans_Com_16(unsigned int data1)
{
unsigned char high8=data1>>8;
unsigned char low8=data1;
Cs=0;
Dc=0;
//Rd=1;
Wr=1;
ble=1;
P0=high8;
ble=0;
P0=low8;
Wr=0;
Wr=1;
test.vp1
# VPR .pac output file
# 8 blocks in CBE-level netlist
# 8 blocks in BLE-level netlist