Functions included in #include:
_crawl_ Characters rotate left | Shift the char type variable to the left by the specified number of bits and return it (fill the high bit with the low bit) |
_cror_ Characters rotate right | Shift the char type variable rightward by the specified number of bits and return it (fill the low bits with the high bits) |
_irol_ Rotate left integer | Shift the int variable to the left by the specified number of bits and return it (fill the high bits with the low bits) |
_iror_ Rotate right integer | Shift the int variable rightwards by the specified number of bits and return it (fill the low bits with the high bits) |
_lrol_ Circular left shift of long integer | Shift the long type variable to the left by the specified number of bits and return it (fill the high bits with the low bits) |
_lror_ Long integer circular right shift | Shift the long variable rightwards by the specified number of bits and return it (fill the low bits with the high bits) |
_nop_ | No operation 8051 NOP instruction |
_test piece_ | Test and clear bit 8051 JBC instruction |
Previous article:#include<stdlib.h> contains the function description
Next article:#include<math.h> contains the function description
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- LED chemical incompatibility test to see which chemicals LEDs can be used with
- Application of ARM9 hardware coprocessor on WinCE embedded motherboard
- What are the key points for selecting rotor flowmeter?
- LM317 high power charger circuit
- A brief analysis of Embest's application and development of embedded medical devices
- Single-phase RC protection circuit
- stm32 PVD programmable voltage monitor
- Introduction and measurement of edge trigger and level trigger of 51 single chip microcomputer
- Improved design of Linux system software shell protection technology
- What to do if the ABB robot protection device stops
- Innovation is not limited to Meizhi, Welling will appear at the 2024 China Home Appliance Technology Conference
- Innovation is not limited to Meizhi, Welling will appear at the 2024 China Home Appliance Technology Conference
- Huawei's Strategic Department Director Gai Gang: The cumulative installed base of open source Euler operating system exceeds 10 million sets
- Download from the Internet--ARM Getting Started Notes
- Learn ARM development(22)
- Learn ARM development(21)
- Learn ARM development(20)
- Learn ARM development(19)
- Learn ARM development(14)
- Learn ARM development(15)
- [Atria AT32WB415 Review] 2. Firmware burning (taking AT-Link burning as an example)
- MOS tube anti-reverse connection
- Why do DSPs with large on-chip RAM have high efficiency?
- Altera SoC Architecture Excerpt - What is a SoC FPGA.pdf
- Zero Knowledge Open Source Sharing - Use of Temperature and Humidity Module DHT11
- Shanghai Lingdong Microelectronics MM32 User Notes
- Last day! Prize live broadcast How does the area array photoelectric conversion solution work in CT equipment? AMS OSRAM reveals the secrets
- Use of 2.4G wireless communication module NRF24L01 on Cortex M
- [Last Week] Watch the Power Supply Seminar to Share a 3,000 RMB Red Packet - Learn How to Correctly Complete a Modular DC-DC System
- Solution to the failure of CCS8.0 and XDS100V3 emulators to connect to the target board