builtins.h(3avr) | builtins.h(3avr) |
NAME¶
builtins.h
SYNOPSIS¶
Macros¶
#define __HAS_DELAY_CYCLES 1
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)
Author¶
Generated automatically by Doxygen for AVR-LibC from the source code.
Version 2.2.1 | AVR-LibC |