Default configuration for PULSE_COUNTER devices. More...
Default configuration for PULSE_COUNTER devices.
Definition in file pulse_counter_params.h.
 Include dependency graph for pulse_counter_params.h:Go to the source code of this file.
GPIO pulse counter driver initialization parameters | |
| #define | PULSE_COUNTER_GPIO GPIO_PIN(0, 18) | 
| The GPIO pin to count pulses of.  | |
| #define | PULSE_COUNTER_GPIO_FLANK GPIO_FALLING | 
| The signal flank to count pulses at.  | |
| #define | PULSE_COUNTER_PARAMS | 
| The pulse counter parameters to initialize the driver with.  More... | |
| #define | PULSE_COUNTER_SAUL_INFO { .name = "pulse counter" } | 
| The SAUL info to use when registering the pulse counter instances.  | |
| static const pulse_counter_params_t | pulse_counter_params [] | 
| PULSE_COUNTER configuration.  More... | |
| static const saul_reg_info_t | pulse_counter_saul_info [] | 
| Additional meta information to keep in the SAUL registry.  More... | |
| #define PULSE_COUNTER_PARAMS | 
The pulse counter parameters to initialize the driver with.
Definition at line 51 of file pulse_counter_params.h.
      
  | 
  static | 
PULSE_COUNTER configuration.
Definition at line 65 of file pulse_counter_params.h.
      
  | 
  static | 
Additional meta information to keep in the SAUL registry.
Definition at line 73 of file pulse_counter_params.h.