代码搜索:Addressable
找到约 233 项符合「Addressable」的源代码
代码结果 233
www.eeworm.com/read/275152/4179765
h reg505l.h
/* (c) Copyright KEIL ELEKTRONIK GmbH. 1997 , All rights reserved.*/
/* Register Declarations for the C505L Processor */
/* BYTE Register */
sfr P0 = 0x80; /* Bit-addressable SFR */
sfr
www.eeworm.com/read/447460/1703495
h reg505l.h
/* (c) Copyright KEIL ELEKTRONIK GmbH. 1997 , All rights reserved.*/
/* Register Declarations for the C505L Processor */
/* BYTE Register */
sfr P0 = 0x80; /* Bit-addressable SFR */
sfr
www.eeworm.com/read/440906/1774691
c asm1.c
// PR c++/6747
// { dg-do compile }
// { dg-options "-O" }
void foo()
{
union { double d; char c[sizeof(double)]; } tmp;
__asm__ ("" : "=m" (tmp.d)); // { dg-bogus "not directly addressable" }
}
www.eeworm.com/read/408300/2252389
h reg505l.h
/* (c) Copyright KEIL ELEKTRONIK GmbH. 1997 , All rights reserved.*/
/* Register Declarations for the C505L Processor */
/* BYTE Register */
sfr P0 = 0x80; /* Bit-addressable SFR */
sfr
www.eeworm.com/read/400297/2353473
h reg505l.h
/* (c) Copyright KEIL ELEKTRONIK GmbH. 1997 , All rights reserved.*/
/* Register Declarations for the C505L Processor */
/* BYTE Register */
sfr P0 = 0x80; /* Bit-addressable SFR */
sfr
www.eeworm.com/read/258615/4353411
h reg505l.h
/* (c) Copyright KEIL ELEKTRONIK GmbH. 1997 , All rights reserved.*/
/* Register Declarations for the C505L Processor */
/* BYTE Register */
sfr P0 = 0x80; /* Bit-addressable SFR */
sfr
www.eeworm.com/read/233448/4671976
c asm1.c
// PR c++/6747
// { dg-do compile }
// { dg-options "-O" }
void foo()
{
union { double d; char c[sizeof(double)]; } tmp;
__asm__ ("" : "=m" (tmp.d)); // { dg-bogus "not directly addressable" "dou
www.eeworm.com/read/366702/2867360
c asm1.c
// PR c++/6747
// { dg-do compile }
// { dg-options "-O" }
void foo()
{
union { double d; char c[sizeof(double)]; } tmp;
__asm__ ("" : "=m" (tmp.d)); // { dg-bogus "not directly addressable" "dou
www.eeworm.com/read/101167/15842844
c ds1803.c
// DS1803_1.BS2
//
// Illustrates how to control DS1803 Addressable Dual Potentiometer
//
// 16F877 DS1803
//
// SCL/RC3 (term 18 ) --------- SCL (term 9) ----- To Other
// SDA/RC4 (term 2
www.eeworm.com/read/212786/15149688
h fft_code_tables.h
#ifndef _FFTTABLE_H_
#define _FFTTABLE_H_
#include "basetype.h"
typedef union IBALONG { // Integer or Byte-addressable LONG
long l; // long: Var.l
WORD i[2]; // u int: Var.i[0]:Var.i[1]