Lines Matching refs:driver
7 …e HAL, the specific driver header file can be included or the top level `cyhal.h` header can be in…
10 The API functions for each HAL driver can be divided into the following categories:
15 The `_init` API functions require a pointer to an instance of a driver-specific type (for example, …
19 …ange of values when using a shared divider. When a divider is shared the driver cannot unilaterall…
25 …driver instances do not attempt to manipulate the same hardware blocks, the HAL includes facilitie…
28 …driver provides general purpose power management APIs (`cyhal_system_register_callback` and `cyhal…
34 …xits, it will attempt to resume its previous activity. Custom causes the driver to call the callba…
37 …t are defined by platform-specific HAL implementations (for example, the driver-specific "handle" …
40 Many HAL drivers provide an API for registering a callback which is invoked when certain (driver-sp…
45 The HAL driver headers provide macros corresponding to codes for common error situations. Note that…
50 Some HAL driver's may have slightly different behavior when run in an RTOS environment. This is typ…
52 … are initialized properly. A temporary exception to this is the SDIO HAL driver that is initialize…