代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/468766/6987614
xcl cai.xcl
-c8051
-D_R=0
-Z(BIT)C_ARGB,BITVARS=10
-Z(DATA)C_ARGD,D_UDATA,D_IDATA=5A
-Z(IDATA)C_ARGI,I_UDATA,I_IDATA,CSTACK=61
-Z(XDATA)C_ARGX,X_UDATA,X_IDATA,ECSTR,RF_XDATA=140
-Z(XDATA)NO_INIT=C000
-Z(CO
www.eeworm.com/read/481468/6641382
sh make.sh
#!/bin/sh
rm -rf *.elf
rm -rf *.bin
rm -rf i2c_adc_dac.o
arm-elf-gcc -c -mthumb-interwork i2c_adc_dac.c
arm-elf-ld -T Flash.ld -o i2c_adc_dac.elf i2c_adc_dac.o
arm-elf-objcopy -O bin
www.eeworm.com/read/400513/11575756
bak ti_cc_hardware_board.h.bak
//----------------------------------------------------------------------------
// Description: This file contains definitions specific to the hardware board.
// Specifically, the definitions incl
www.eeworm.com/read/400513/11575767
h ti_cc_hardware_board.h
//----------------------------------------------------------------------------
// Description: This file contains definitions specific to the hardware board.
// Specifically, the definitions incl
www.eeworm.com/read/400506/11575837
bak ti_cc_hardware_board.h.bak
//----------------------------------------------------------------------------
// Description: This file contains definitions specific to the hardware board.
// Specifically, the definitions incl
www.eeworm.com/read/222766/14674785
c exenv.c
#include "exenv.h"
U1 * RAM;
U8 R[32];
F4 Rf[10];
F8 Rd[10];
/* to get the string version of a register, use R_STR[$IP]="$IP" */
char *R_STR[] =
{
"$IP", "$SP", "$FP", "$BE", "$H
www.eeworm.com/read/222764/14674957
c exenv.c
#include "exenv.h"
U1 * RAM;
U8 R[32];
F4 Rf[10];
F8 Rd[10];
/* to get the string version of a register, use R_STR[$IP]="$IP" */
char *R_STR[] =
{
"$IP", "$SP", "$FP", "$BE", "$H
www.eeworm.com/read/334861/3361400
cc getcapability.cc
#include "console.ih"
Behavior::ConfidenceInterval Console::getCapability(rf s, rf g)
{
return ConfidenceInterval(0.5, 0.2);
}
www.eeworm.com/read/334861/3361503
cc getcapability.cc
#include "turnto.ih"
Behavior::ConfidenceInterval TurnTo::getCapability(rf s, rf g)
{
return ConfidenceInterval(0.5, 0.2);
}
www.eeworm.com/read/324450/3502473
cc getcapability.cc
#include "console.ih"
Behavior::ConfidenceInterval Console::getCapability(rf s, rf g)
{
return ConfidenceInterval(0.5, 0.2);
}