knx
ETS configurable knx-stack
knx_facade.h File Reference

Go to the source code of this file.

Classes

class  KnxFacade< P, B >
 

Typedefs

typedef const uint8_t *(* RestoreCallback) (const uint8_t *buffer)
 
typedef uint8_t *(* SaveCallback) (uint8_t *buffer)
 
typedef void(* IsrFunctionPtr) ()
 
typedef void(* ProgLedOnCallback) ()
 
typedef void(* ProgLedOffCallback) ()
 
typedef void(* ActivityCallback) (uint8_t info)
 

Functions

void buttonUp ()
 

Variables

KnxFacade< SamdPlatform, Bau07B0knx
 

Typedef Documentation

◆ ActivityCallback

typedef void(* ActivityCallback) (uint8_t info)

Definition at line 72 of file knx_facade.h.

◆ IsrFunctionPtr

typedef void(* IsrFunctionPtr) ()

Definition at line 68 of file knx_facade.h.

◆ ProgLedOffCallback

typedef void(* ProgLedOffCallback) ()

Definition at line 70 of file knx_facade.h.

◆ ProgLedOnCallback

typedef void(* ProgLedOnCallback) ()

Definition at line 69 of file knx_facade.h.

◆ RestoreCallback

typedef const uint8_t*(* RestoreCallback) (const uint8_t *buffer)

Definition at line 66 of file knx_facade.h.

◆ SaveCallback

typedef uint8_t*(* SaveCallback) (uint8_t *buffer)

Definition at line 67 of file knx_facade.h.

Function Documentation

◆ buttonUp()

void buttonUp ( )

Variable Documentation

◆ knx

Definition at line 514 of file knx_facade.h.