Lines Matching +full:timer +full:- +full:triggered
43 timer alarm fires are satisfied by::
45 void handle_timeout(struct k_timer *timer)
49 timer is embedded in a structure reachable from
63 counter channel timed-out and the counter value at which the timeout
92 the unsupported API will result in a link-time error.
99 other content the feature-specific code should be conditionally
114 - APIs that are supported but not implemented shall return ``-ENOSYS``.
116 - Optional APIs that are not supported by the hardware should be implemented and
117 the return code in this case shall be ``-ENOTSUP``.
119 - When an API is implemented, but the particular combination of options
121 return ``-ENOTSUP``. (For example, a request for a level-triggered GPIO interrupt on
122 hardware that supports only edge-triggered interrupts)