![]() |
![]() |
Basic HwiP Parameters. More...
#include <HwiP.h>
Data Fields | |
| uintptr_t | arg |
| uint32_t | priority |
| bool | enableInt |
Basic HwiP Parameters.
Structure that contains the parameters passed into HwiP_create() when creating a HwiP instance. The HwiP_Params_init() function should be used to initialize the fields to default values before the application sets the fields manually. The HwiP default parameters are noted in HwiP_Params_init().
Parameter enableInt specifies if the interrupt should be enabled upon creation of the HwiP object. The default is true.
| uintptr_t HwiP_Params::arg |
Argument passed into the Hwi function.
| uint32_t HwiP_Params::priority |
Device specific priority encoded using the device platform's internal priority representation. See ti_drivers_HwiP_Cross_Platform_Considerations
| bool HwiP_Params::enableInt |
Enable interrupt on creation.