Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/
Dboard.c343 bool core1_disable = !!(val & BIT(15)); in BOARD_GetSocVariantType() local
351 soc_type = core1_disable ? (soc_type + 4) : (soc_type + 3); in BOARD_GetSocVariantType()
355 soc_type = core1_disable ? (soc_type + 2) : (soc_type + 1); in BOARD_GetSocVariantType()