What are bit and sbit in 51 MCU? _ Difference between bit and sbit

Publisher:心愿达成Latest update time:2015-01-07 Source: 51hei Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
Looking back at the C language, I found that there are some types such as bit sbit sfr in the microcontroller!
 
Question: What are bit and sbit? What is the difference between them?
 
  bit : space allocated at compile time
 
       sbit can only be defined externally as a global variable.
 
       The bits of sfr (special function register). SFR is the memory address specified by the system.
 
  bit is dynamically allocated, and the compiler specifies the memory address.
 
  Both bit and sbit are variable types extended by C51.
 
  sbit must be defined at the outermost position, that is, it must be defined as an external variable. sbit defines the bit of SFR (special function register)
 
  sbit is more like a type definition than a variable definition.
 
  sbit: indicates descriptive instructions
 
  A bit can be defined externally or internally.
 
  Bit is similar to int char, except that char = 8 bits, bit = "1 bit". They are all variables, and the compiler assigns addresses during the compilation process. Unless you specify it, the address is random. This address is the entire addressable space, RAM + FLASH + expansion space. Bit has only two values ​​0 and 1, and its meaning is a bit like BOOL in VC under Windows.
 
  bit is a bit variable allocated by the compiler in the addressable area. It is indefinite and not an absolute address target.
 
  All bit-addressable bits can be specified by sbit, including bits in bit-addressable areas and SFRs.
 
  sbit is a bit in the addressable space, which is from 20H to 2FH. Once the definition sbi xxx = REGE^6 is used, the sbit value determines the address. Most sbits are used in registers to facilitate operations on a certain bit of the register.
 
  The sbit register is a bit-addressable absolute address target, and the compiler will not change the position after definition.
 
 
I hope the above summary will be helpful to beginners.
Reference address:What are bit and sbit in 51 MCU? _ Difference between bit and sbit

Previous article:Download LCD1602.h and LCD1602.c files (51 MCU LCD driver)
Next article:Experience summary on the "external interrupt trigger mode" of 51 single-chip microcomputer

Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号