Structure for Out-of-band interrupt config parameters which can be set by application during whd power up. More...
#include <whd_types.h>
Data Fields | |
cyhal_gpio_t | host_oob_pin |
Host-side GPIO pin selection. More... | |
uint8_t | dev_gpio_sel |
WiFi device-side GPIO pin selection (must be zero) More... | |
whd_bool_t | is_falling_edge |
Interrupt trigger (polarity) More... | |
uint8_t | intr_priority |
OOB interrupt priority. More... | |
Structure for Out-of-band interrupt config parameters which can be set by application during whd power up.
Definition at line 959 of file whd_types.h.
uint8_t dev_gpio_sel |
WiFi device-side GPIO pin selection (must be zero)
Definition at line 962 of file whd_types.h.
cyhal_gpio_t host_oob_pin |
Host-side GPIO pin selection.
Definition at line 961 of file whd_types.h.
uint8_t intr_priority |
OOB interrupt priority.
Definition at line 964 of file whd_types.h.
whd_bool_t is_falling_edge |
Interrupt trigger (polarity)
Definition at line 963 of file whd_types.h.