AVR-LibC  2.3.0
Standard C library for AVR-GCC
 

AVR-LibC Manual

AVR-LibC Sources

Main Page

User Manual

Lib­rary Refe­rence

FAQ

Exam­ple Pro­jects

Index

Loading...
Searching...
No Matches
Functions
builtins.h File Reference

Go to the source code of this file.

Functions

void __builtin_avr_sei (void)
 
void __builtin_avr_cli (void)
 
void __builtin_avr_sleep (void)
 
void __builtin_avr_wdr (void)
 
uint8_t __builtin_avr_swap (uint8_t __b)
 
uint16_t __builtin_avr_fmul (uint8_t __a, uint8_t __b)
 
int16_t __builtin_avr_fmuls (int8_t __a, int8_t __b)
 
int16_t __builtin_avr_fmulsu (int8_t __a, uint8_t __b)
 
float __builtin_powif (float base, int expo)
 
double __builtin_powi (double base, int expo)
 
long double __builtin_powil (long double base, int expo)