代码搜索结果

找到约 10,000 项符合 AVR 的代码

avr_xqv12.h

#define TRUE 0xff //真 #define FALSE 0x00 //假 #define null 0x00 //空 #define Open_LED PORTA|=0x10 //使能LED #define Close_LED PORTA&=~0x10 //关闭LED #define LED PORT

avr_xqv12.h

#define TRUE 0xff //真 #define FALSE 0x00 //假 #define null 0x00 //空 #define Open_LED PORTA|=0x10 //使能LED #define Close_LED PORTA&=~0x10 //关闭LED #define LED PORT

avr_xqv12._h

#define TRUE 0xff //真 #define FALSE 0x00 //假 #define null 0x00 //空 #define Open_LED PORTA|=0x10 //使能LED #define Close_LED PORTA&=~0x10 //关闭LED #define LED PORT

makevars.avr32-gcc

# # Copyright (C) 2001-2006 by egnite Software GmbH # Copyright (C) 2009 by egnite GmbH # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modific

makevars.avr32-gcc

# # Copyright (C) 2001-2006 by egnite Software GmbH # Copyright (C) 2009 by egnite GmbH # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modific

avr32_config.mk

# # (C) Copyright 2000-2002 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you ca

avr32_linux.c

/* * Copyright (C) 2004-2006 Atmel Corporation * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * mod