代码搜索:51 单片机

找到约 10,000 项符合「51 单片机」的源代码

代码结果 10,000
www.eeworm.com/read/290615/8471422

a51 startup.a51

$NOMOD51 ;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/189371/8473396

a51 rom.a51

PUBLIC _put_string ; void put_string(char code *string); PUBLIC _page_erase ; char page_erase (int faddr, char fdata, char fdm) PUBLIC write_flash ; char write_flash (int faddr, char fdata, cha
www.eeworm.com/read/189370/8473421

a51 rom.a51

; Texas Instruments ; Name: rom.a51 ; Revision: 1.0 ; Description: MSC1210 BootRom APIs PUBLIC _put_string ; void put_string(char code *string); PUBLIC _page_erase ; char page_erase (int fa
www.eeworm.com/read/189369/8473452

a51 rom.a51

PUBLIC _put_string ; void put_string(char code *string); PUBLIC _page_erase ; char page_erase (int faddr, char fdata, char fdm) PUBLIC write_flash ; char write_flash (int faddr, char fdata, cha
www.eeworm.com/read/189369/8473471

a51 counter.a51

; CSEG AT 07C00H ; will be mapped to Data memory address 0x400 ; when 1 k is configured as data memory ; (Y5 version) DB 20 ; start with 20 END
www.eeworm.com/read/189369/8473501

a51 hcrconfig.a51

; Define HCR0 and HCR1 while download Flash Programming CSEG AT 0807EH ; HCR1 DB 11111100b ; |||||||+- EGP0 : 0 = Port 2,3 ist ext. mem ; ||||||| 1 = P
www.eeworm.com/read/189368/8473546

a51 rom.a51

PUBLIC _put_string ; void put_string(char code *string); PUBLIC _page_erase ; char page_erase (int faddr, char fdata, char fdm) PUBLIC write_flash ; char write_flash (int faddr, char fdata, cha
www.eeworm.com/read/189368/8473549

a51 utilities.a51

; ; Copyright 2002 Texas Instruments ; $include (reg1210.inc) PUBLIC unipolar, bipolar adc_sub SEGMENT CODE RSEG adc_sub ;;;;;;;;;;;;;;;;;;;;; ; unsigned long unipolar(void) ; return
www.eeworm.com/read/390242/8474170

a51 startup.a51

$NOMOD51 ;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/189337/8474376

a51 startup.a51

$NOMOD51 ;------------------------------------------------------------------------------ ; This file is part of the C51 Compiler package ; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So