Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 119) sorted by relevance

12345

/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c201 gpio_cmsis_map_t const *map = CMSIS_GPIO_GetMapResource(handle, pin); in CMSIS_GPIO_DeinitPin() local
204 if ((map != NULL) && (map->pinmux_deinit_func != NULL)) in CMSIS_GPIO_DeinitPin()
206 map->pinmux_deinit_func(); in CMSIS_GPIO_DeinitPin()
210 if ((map != NULL) && (((handle->interrupt_pins & mask) != 0U))) in CMSIS_GPIO_DeinitPin()
212 PINT_DisableCallbackByIndex(handle->config->pint_base, map->pint_index); in CMSIS_GPIO_DeinitPin()
244 gpio_cmsis_map_t const *map = CMSIS_GPIO_GetMapResource(handle, pin); in CMSIS_GPIO_InitPinAsOutput() local
245 if ((map != NULL) && (map->pinmux_init_func != NULL)) in CMSIS_GPIO_InitPinAsOutput()
247 map->pinmux_init_func(); in CMSIS_GPIO_InitPinAsOutput()
272 gpio_cmsis_map_t const *map = CMSIS_GPIO_GetMapResource(handle, pin); in CMSIS_GPIO_InitPinAsInput() local
278 if (map == NULL) in CMSIS_GPIO_InitPinAsInput()
[all …]
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/
DS32K116_COMMON.h68 …#error S32K116 memory map: There is already included another memory map. Only one memory map can b…
DS32K118_COMMON.h68 …#error S32K118 memory map: There is already included another memory map. Only one memory map can b…
DS32K142_COMMON.h68 …#error S32K142 memory map: There is already included another memory map. Only one memory map can b…
DS32K144_COMMON.h68 …#error S32K144 memory map: There is already included another memory map. Only one memory map can b…
DS32K144W_COMMON.h68 …#error S32K144W memory map: There is already included another memory map. Only one memory map can …
DS32K142W_COMMON.h68 …#error S32K142W memory map: There is already included another memory map. Only one memory map can …
DS32K146_COMMON.h68 …#error S32K146_M4 memory map: There is already included another memory map. Only one memory map ca…
DS32K148_COMMON.h68 …#error S32K148_M4 memory map: There is already included another memory map. Only one memory map ca…
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/
DS32K344_COMMON.h68 …#error S32K344 memory map: There is already included another memory map. Only one memory map can b…
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi4/gdbio/
Dmemmap.xmm1 // Memory map file to generate linker scripts for programs to run on
26 // Show extra XTBOARD memory map details.
30 // A memory map is a sequence of memory descriptions and
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/gdbio/
Dmemmap.xmm1 // Memory map file to generate linker scripts for programs to run on
26 // Show extra XTBOARD memory map details.
30 // A memory map is a sequence of memory descriptions and
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/xtensa/hifi1/gdbio/ldscripts/
Delf32xtensa.xu51 .debug.xt.map 0 : { *(.debug.xt.map) }
Delf32xtensa.xr51 .debug.xt.map 0 : { *(.debug.xt.map) }
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/xtensa/hifi1/gdbio/ldscripts/
Delf32xtensa.xu51 .debug.xt.map 0 : { *(.debug.xt.map) }
Delf32xtensa.xr51 .debug.xt.map 0 : { *(.debug.xt.map) }
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT735S/xtensa/hifi1/min-rt/ldscripts/
Delf32xtensa.xr51 .debug.xt.map 0 : { *(.debug.xt.map) }
Delf32xtensa.xu51 .debug.xt.map 0 : { *(.debug.xt.map) }
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT758S/xtensa/hifi1/min-rt/ldscripts/
Delf32xtensa.xr51 .debug.xt.map 0 : { *(.debug.xt.map) }
Delf32xtensa.xu51 .debug.xt.map 0 : { *(.debug.xt.map) }
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi1/gdbio/
Dmemmap.xmm1 // Memory map file to generate linker scripts for programs to run on
26 // Show extra XTBOARD memory map details.
30 // A memory map is a sequence of memory descriptions and
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi1/gdbio/ldscripts/
Delf32xtensa.xr51 .debug.xt.map 0 : { *(.debug.xt.map) }
Delf32xtensa.xu51 .debug.xt.map 0 : { *(.debug.xt.map) }
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT798S/xtensa/hifi1/min-rt/ldscripts/
Delf32xtensa.xr51 .debug.xt.map 0 : { *(.debug.xt.map) }
Delf32xtensa.xu51 .debug.xt.map 0 : { *(.debug.xt.map) }

12345