| /hal_nxp-latest/mcux/mcux-sdk/drivers/cwt/ |
| D | fsl_cwt.h | 103 #define SC_SUB(sub) \ argument 106 CDOG->SUB = (secure_counter_t)(sub); \ 269 void CWT_Sub(CDOG_Type *base, uint32_t sub);
|
| D | fsl_cwt.c | 156 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/ |
| D | fsl_cdog.h | 112 #define SC_SUB(sub) \ argument 115 CDOG->SUB = (secure_counter_t)(sub); \ 276 void CDOG_Sub(CDOG_Type *base, uint32_t sub);
|
| D | fsl_cdog.c | 189 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/ |
| D | fsl_component_log.h | 137 #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
|
| D | fsl_component_log.c | 52 #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/ |
| D | README.md | 35 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/ |
| D | imx_cfg_utils.py | 208 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/ |
| D | fsl_component_exception_handling.c | 97 sub r5, r5, #32 in COPY_TO_STACK()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/ |
| D | rtx_core_ca.h | 118 sub sp, sp, #4 in __get_PSP() 121 sub r0, r0, #32 in __get_PSP()
|
| /hal_nxp-latest/s32/ |
| D | README | 14 The "drivers" directory contains a sub-set of NXP S32 Real-Time Drivers used to enable
|
| /hal_nxp-latest/mcux/scripts/pinctrl/kinetis/ |
| D | kinetis_cfg_utils.py | 680 group_str = re.sub(r',\n\t\t\t\t$', ';\n', group_str)
|
| /hal_nxp-latest/mcux/scripts/pinctrl/lpc/ |
| D | lpc_cfg_utils.py | 815 group_str = re.sub(r',\n\t\t\t\t$', ';\n', group_str)
|
| /hal_nxp-latest/mcux/mcux-sdk/ |
| D | LA_OPT_NXP_Software_License RTAudio.txt | 31 …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.
|
| D | LA_OPT_NXP_Software_License.txt | 144 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/ |
| D | LA_OPT_NXP_Online_Code_Hosting.txt | 138 perpetual, worldwide, royalty-free, sub-licensable license under your 292 this document and requires all sub-agreements to similarly contain such
|
| D | LA_OPT_NXP_Software_License.txt | 144 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/ |
| D | mmcau_sha256_functions.s | 144 sub sp, #260 @ reserve stack
|
| D | mmcau_sha1_functions.s | 141 sub sp, #348 @ reserve stack
|
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/ |
| D | README.md | 55 …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/ |
| D | kconfiglib.py | 6194 _unescape_sub = re.compile(r"\\(.)").sub
|