|
Soletta™ Framework
|
Defines the API that needs to be implemented by Pin Multiplexer modules under Soletta. More...
Data Structures | |
| struct | sol_pin_mux |
| Structure defining the API of a Pin Multiplexer module. More... | |
Macros | |
| #define | SOL_PIN_MUX_DECLARE(_NAME, decl...) |
| Helper macro to make easier to correctly declare the symbol needed by the Pin Mux module. More... | |
Typedefs | |
| typedef struct sol_pin_mux | sol_pin_mux |
| Structure defining the API of a Pin Multiplexer module. More... | |
Defines the API that needs to be implemented by Pin Multiplexer modules under Soletta.
| #define SOL_PIN_MUX_DECLARE | ( | _NAME, | |
| decl... | |||
| ) |
Helper macro to make easier to correctly declare the symbol needed by the Pin Mux module.
| typedef struct sol_pin_mux sol_pin_mux |
Structure defining the API of a Pin Multiplexer module.
1.8.6