![]() |
AIROC™ BTSDK v4.9 - Documentation | |||
> More...
Macros | |
| #define | WICED_PCM_IN_I2S_DI WICED_PCM_IN |
| Aliases for compatibility with UDD signal definitions. | |
| #define | WICED_PCM_OUT_I2S_DO WICED_PCM_OUT |
| #define | WICED_PCM_SYNC_I2S_WS WICED_PCM_SYNC |
| #define | WICED_PCM_CLK_I2S_CLK WICED_PCM_CLK |
| #define | WICED_PDM_DATA WICED_GPIO |
| Alias for compatibility with WICED_PDM_DATA until PDM handled. | |
| #define | WICED_GPIO_ACTIVE_HIGH 1 |
| GPIO Active Level HIGH. | |
| #define | WICED_GPIO_ACTIVE_LOW 0 |
| GPIO Active Level LOW. | |
| #define | WICED_HAL_GPIO_PIN_UNUSED 0xFF |
| Invalid GPIO pin. | |
Typedefs | |
| typedef enum GPIO_STATUS_e | wiced_bt_gpio_select_status_t |
| Possible return values from wiced_hal_gpio_select_function(...), Callers only need to check for the GPIO_FAILURE case since any other status means success. | |
Functions | |
| void | wiced_hal_gpio_init (void) |
| Initializes the GPIO driver and its private values. More... | |
| void | wiced_hal_gpio_configure_pin (uint32_t pin, uint32_t config, uint32_t outputVal) |
| Configures a GPIO pin. More... | |
| uint16_t | wiced_hal_gpio_get_pin_config (uint32_t pin) |
| Retrieve the current configuration of the specified pin. More... | |
| void | wiced_hal_gpio_set_pin_output (uint32_t pin, uint32_t val) |
| Sets the output value of a pin. More... | |
| uint32_t | wiced_hal_gpio_get_pin_output (uint32_t pin) |
| Get the programmed output value of a pin. More... | |
| uint32_t | wiced_hal_gpio_get_pin_input_status (uint32_t pin) |
| Read the current value at a pin. More... | |
| uint32_t | wiced_hal_gpio_get_pin_interrupt_status (uint32_t pin) |
| Get the interrupt status of a pin. More... | |
| void | wiced_hal_gpio_register_pin_for_interrupt (uint16_t pin, void(*userfn)(void *, uint8_t), void *userdata) |
| Register a function for notification of changes to a pin (via interrupt). More... | |
| uint32_t | wiced_hal_gpio_clear_pin_interrupt_status (uint32_t pin) |
| Clear the interrupt status of a pin manually. More... | |
| void | wiced_hal_gpio_disable_all_inputs (void) |
| Configures all GPIOs except P26 to be INPUT DISABLED. More... | |
| BOOL32 | wiced_hal_gpio_slimboot_reenforce_cfg (uint8_t pin, uint16_t config) |
| Save the LHL GPIO configuration in AON memeory to reenforce in slimboot This is a must if we want to wake up in SDS by external LHL GPIO interrupts. More... | |
| wiced_bt_gpio_select_status_t | wiced_hal_gpio_select_function (wiced_bt_gpio_numbers_t pin, wiced_bt_gpio_function_t function) |
| Configure a GPIO pin to have the chosen functionality. More... | |
| void | wiced_hal_unassign_gpio_function (uint32_t pin, uint32_t function) |
| Unassign a GPIO pin functionality. More... | |
>
List of parameters and defined functions needed to access the General Purpose Input/Output (GPIO) driver.
Disclaimer: UNLESS OTHERWISE EXPRESSLY AGREED WITH INFINEON, THIS SOFTWARE IS PROVIDED AS-IS, WITH NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ALL WARRANTIES OF NON-INFRINGEMENT OF THIRD-PARTY RIGHTS AND IMPLIED WARRANTIES SUCH AS WARRANTIES OF FITNESS FOR A SPECIFIC USE/PURPOSE OR MERCHANTABILITY. Infineon reserves the right to make changes to the Software without notice. You are responsible for properly designing, programming, and testing the functionality and safety of your intended application of the Software, as well as complying with any legal requirements related to its use. Infineon does not guarantee that the Software will be free from intrusion, data theft or loss, or other breaches ("Security Breaches"), and Infineon shall have no liability arising out of any Security Breaches. Unless otherwise explicitly approved by Infineon, the Software may not be used in any application where a failure of the Product or any consequences of the use thereof can reasonably be expected to result in personal injury.