Home
last modified time | relevance | path

Searched refs:work (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dosa_zephyr.c18 struct timer_data *ptimer = CONTAINER_OF(item, struct timer_data, work); in timer_callback_work_handler()
28 ret = k_work_submit(&ptimer->work); in timer_callback()
56 k_work_init(&ptimer->work, timer_callback_work_handler); in OSA_TimerCreate()
158 k_work_cancel(&ptimer->work); in OSA_TimerDestroy()
Dosa_zephyr.h34 struct k_work work; member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/
DLICENSE.txt35 "Work" shall mean the work of authorship, whether in Source or
37 copyright notice that is included in or attached to the work
40 "Derivative Works" shall mean any work, whether in Source or Object
43 represent, as a whole, an original work of authorship. For the purposes
48 "Contribution" shall mean any work of authorship, including
161 work stoppage, computer failure or malfunction, or any and all
178 APPENDIX: How to apply the Apache License to your work.
180 To apply the Apache License to your work, attach the following
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_zephyr.h112 struct k_work work; member
/hal_nxp-latest/mcux/mcux-sdk/cmake/
Dpython.cmake13 # that we need to work around until we upgrade to 3.13. Until then we
/hal_nxp-latest/mcux/mcux-sdk/
DCONTRIBUTING.md54 (b) The contribution is based upon previous work that, to the best
57 work with modifications, whether created in whole or in part
DLA_OPT_NXP_Software_License RTAudio.txt9work based upon one or more pre-existing works. A work consisting of editorial revisions, annotat…
130 Clause 1: Linking FreeRTOS with other modules is making a combined work based on FreeRTOS. Thus, th…
DREADME.md32 **The project can work solely**, if you only want to get the fundamental support for SoC(s) or boar…
DLA_OPT_NXP_Software_License.txt45 1.3. "Derivative Work" means a work based upon one or more pre-existing
46 works. A work consisting of editorial revisions, annotations, elaborations, or
47 other modifications which, as a whole, represent an original work of
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/gcc/
DRW612_ram.ld172 /* RAM function not needed here. Symbols here are to make startup_xx.S work */
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/gcc/
DRW610_ram.ld172 /* RAM function not needed here. Symbols here are to make startup_xx.S work */
/hal_nxp-latest/zephyr/blobs/license/
DLA_OPT_NXP_Online_Code_Hosting.txt48 1.3. “Derivative Work” means a work based upon one or more pre-existing
49 works. A work consisting of editorial revisions, annotations, elaborations, or
50 other modifications which, as a whole, represent an original work of
DLA_OPT_NXP_Software_License.txt45 1.3. "Derivative Work" means a work based upon one or more pre-existing
46 works. A work consisting of editorial revisions, annotations, elaborations, or
47 other modifications which, as a whole, represent an original work of
/hal_nxp-latest/mcux/middleware/wifi_nxp/
DCMakeLists.txt321 ${ZEPHYR_BASE}/kernel/work.c
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
DChangeLogKSDK.txt19 …- erpc: UART ZEPHYR Transport stop to work after a few transactions when using USB-CDC resolved, G…
36 - eRPC: Fixed rpmsg tty transport to work with serial transport, GitHub PR #373.