📄 automa~1.searchresults
字号:
---- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -