HomeSort by: relevance | last modified time | path
    Searched refs:cyb_disable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
cyclic_impl.h 54 * cyb_disable() <-- Disables the CY_HIGH_LEVEL interrupt source
128 * cyb_disable(). In either case, cyb_enable() will only be called if
145 * 5 void cyb_disable(cyb_arg_t arg)
149 * cyb_disable() should disable the CY_HIGH_LEVEL interrupt source on
154 * The only argument to cyb_disable() is a backend cookie as returned from
157 * cyb_disable() will only be called on backends which have been previously
158 * been cyb_enable()'d. cyb_disable() will be called when all cyclics have
162 * explicitly cyb_disable()'d, but to do so does not constitute fatal
163 * error. cyb_disable() is thus not required to check for a pending
172 * cyb_disable() will only be called from CY_HIGH_LEVEL context on the CP
249 void (*cyb_disable)(cyb_arg_t); member in struct:cyc_backend
    [all...]
  /src/external/cddl/osnet/dev/cyclic/
cyclic.c 827 be->cyb_disable(bar);

Completed in 16 milliseconds