automa~1.searchresults
来自「2.4G无线音箱的接收程序,采用ATMEGA8单片机和STS公司的无线模块完成」· SEARCHRESULTS 代码 · 共 21 行
SEARCHRESULTS
21 行
---- PORTB Matches (26 in 0 files) ----
Iom8.h:SFR_B(PORTB, 0x18) /* Data Register, Port B */
Iom8.h:#define PORTB7 7
Iom8.h:#define PORTB6 6
Iom8.h:#define PORTB5 5
Iom8.h:#define PORTB4 4
Iom8.h:#define PORTB3 3
Iom8.h:#define PORTB2 2
Iom8.h:#define PORTB1 1
Iom8.h:#define PORTB0 0
Main.c: PORTB = PORTB & 0xFE; //PB0=0//
Main.c: PORTB = PORTB | 0x02; //PB1=1//
Main.c: PORTB=PORTB | 0x01;
Main.c: PORTB = PORTB & 0xFD; //PB1=0; mute
Main.c: PORTB = PORTB | 0x02; //PB1=1; no mute
Main_func.c: PORTB = PORTB & 0xFE; //PB0=0//
Main_func.c: if(PB0_Delay_High_Count==300)PORTB=PORTB | 0x01; //PB0=0//
MCU_Reg_Init_Def.c: //PORTB = 0x0F; /* Keep CODEC_RESET low upon power up */
MCU_Reg_Init_Def.c: PORTB = 0x0E; /* Keep CODEC_RESET low upon power up */
MCU_Reg_Init_Def.c://PORTB = 0x0F; /* Keep CODEC_RESET low upon power up */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?