Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 21 of 21) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/cwt/
Dfsl_cwt.h103 #define SC_SUB(sub) \ argument
106 CDOG->SUB = (secure_counter_t)(sub); \
269 void CWT_Sub(CDOG_Type *base, uint32_t sub);
Dfsl_cwt.c156 void CWT_Sub(CDOG_Type *base, uint32_t sub) in CWT_Sub() argument
158 base->SUB = (secure_counter_t)sub; in CWT_Sub()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cdog/
Dfsl_cdog.h112 #define SC_SUB(sub) \ argument
115 CDOG->SUB = (secure_counter_t)(sub); \
276 void CDOG_Sub(CDOG_Type *base, uint32_t sub);
Dfsl_cdog.c189 void CDOG_Sub(CDOG_Type *base, uint32_t sub) in CDOG_Sub() argument
191 base->SUB = (secure_counter_t)sub; in CDOG_Sub()
/hal_nxp-latest/mcux/mcux-sdk/components/log/
Dfsl_component_log.h137 #define _LOG_LIST_ARGUMENT_CAT(macro, sub) macro##sub argument
138 #define LOG_LIST_ARGUMENT_CAT(macro, sub) _LOG_LIST_ARGUMENT_CAT(macro, sub) argument
Dfsl_component_log.c52 #define _LOG_GEN_ARGUMENT_CAT(macro, sub) macro##sub argument
53 #define LOG_GEN_ARGUMENT_CAT(macro, sub) _LOG_GEN_ARGUMENT_CAT(macro, sub) argument
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/
DREADME.md35 The implementation of RPMsg-Lite can be divided into three sub-components, from which two are optio…
39 The porting layer is split into two sub-layers: the environment layer and the platform layer. The f…
43 ## RPMsg-Lite core sub-component
49 ## Queue sub-component (optional)
53 ## Name Service sub-component (optional)
/hal_nxp-latest/mcux/scripts/pinctrl/imx/
Dimx_cfg_utils.py208 string = re.sub(r'\{' + re.escape(str(i)) + r'\}',
979 dts_node = re.sub(r',\n\t\t$', ";\n", dts_node)
984 dts_node = re.sub(r', $', ";\n", dts_node)
1103 group_str = re.sub(r',\n\t\t\t\t$', ';\n', group_str)
/hal_nxp-latest/mcux/mcux-sdk/components/exception_handling/cm7/
Dfsl_component_exception_handling.c97 sub r5, r5, #32 in COPY_TO_STACK()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_core_ca.h118 sub sp, sp, #4 in __get_PSP()
121 sub r0, r0, #32 in __get_PSP()
/hal_nxp-latest/s32/
DREADME14 The "drivers" directory contains a sub-set of NXP S32 Real-Time Drivers used to enable
/hal_nxp-latest/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py680 group_str = re.sub(r',\n\t\t\t\t$', ';\n', group_str)
/hal_nxp-latest/mcux/scripts/pinctrl/lpc/
Dlpc_cfg_utils.py815 group_str = re.sub(r',\n\t\t\t\t$', ';\n', group_str)
/hal_nxp-latest/mcux/mcux-sdk/
DLA_OPT_NXP_Software_License RTAudio.txt31 …lusive, non-transferable, irrevocable, perpetual, worldwide, royalty-free, sub-licensable license …
52 …rovision that reiterates the limitations of this document and requires all sub-agreements to simil…
150 (4) The Licensed Software is not sub-licensable.
DLA_OPT_NXP_Software_License.txt144 perpetual, worldwide, royalty-free, sub-licensable license under your
276 this document and requires all sub-agreements to similarly contain such
724 (4) The Licensed Software is not sub-licensable.
/hal_nxp-latest/zephyr/blobs/license/
DLA_OPT_NXP_Online_Code_Hosting.txt138 perpetual, worldwide, royalty-free, sub-licensable license under your
292 this document and requires all sub-agreements to similarly contain such
DLA_OPT_NXP_Software_License.txt144 perpetual, worldwide, royalty-free, sub-licensable license under your
276 this document and requires all sub-agreements to similarly contain such
724 (4) The Licensed Software is not sub-licensable.
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/
Dmmcau_sha256_functions.s144 sub sp, #260 @ reserve stack
Dmmcau_sha1_functions.s141 sub sp, #348 @ reserve stack
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md55 …nd provides APIs to be called in the application. This part is composed of different sub-modules:
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py6194 _unescape_sub = re.compile(r"\\(.)").sub