Defines | |
| #define | Hwb_button_init() (DDRE &= ~(1<<PINE2), PORTE |= (1<<PINE2)) |
| #define | Is_hwb() ((PINE & (1<<PINE2)) ? FALSE : TRUE) |
| #define | Is_not_hwb() ((PINE & (1<<PINE2)) ? TRUE : FALSE) |
| #define | Hwb_button_init() (DDRE &= ~(1<<PINE2), PORTE |= (1<<PINE2)) |
| #define | Is_hwb() ((PINE & (1<<PINE2)) ? FALSE : TRUE) |
| #define | Is_not_hwb() ((PINE & (1<<PINE2)) ? TRUE : FALSE) |
| #define Hwb_button_init | ( | ) | (DDRE &= ~(1<<PINE2), PORTE |= (1<<PINE2)) |
Definition at line 139 of file stk_525.h.
Referenced by device_template_task_init(), and host_template_task_init().
| #define Is_hwb | ( | ) | ((PINE & (1<<PINE2)) ? FALSE : TRUE) |
| #define Is_not_hwb | ( | ) | ((PINE & (1<<PINE2)) ? TRUE : FALSE) |
| #define Hwb_button_init | ( | ) | (DDRE &= ~(1<<PINE2), PORTE |= (1<<PINE2)) |
| #define Is_not_hwb | ( | ) | ((PINE & (1<<PINE2)) ? TRUE : FALSE) |
1.5.3