Searched refs:map (Results 1 – 25 of 119) sorted by relevance
12345
201 gpio_cmsis_map_t const *map = CMSIS_GPIO_GetMapResource(handle, pin); in CMSIS_GPIO_DeinitPin() local204 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() local245 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() local278 if (map == NULL) in CMSIS_GPIO_InitPinAsInput()[all …]
68 …#error S32K116 memory map: There is already included another memory map. Only one memory map can b…
68 …#error S32K118 memory map: There is already included another memory map. Only one memory map can b…
68 …#error S32K142 memory map: There is already included another memory map. Only one memory map can b…
68 …#error S32K144 memory map: There is already included another memory map. Only one memory map can b…
68 …#error S32K144W memory map: There is already included another memory map. Only one memory map can …
68 …#error S32K142W memory map: There is already included another memory map. Only one memory map can …
68 …#error S32K146_M4 memory map: There is already included another memory map. Only one memory map ca…
68 …#error S32K148_M4 memory map: There is already included another memory map. Only one memory map ca…
68 …#error S32K344 memory map: There is already included another memory map. Only one memory map can b…
1 // Memory map file to generate linker scripts for programs to run on26 // Show extra XTBOARD memory map details.30 // A memory map is a sequence of memory descriptions and
51 .debug.xt.map 0 : { *(.debug.xt.map) }