Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/
Dboard.c284 int32_t word_index = -1; in BOARD_FuseRead() local
293 word_index = BOARD_MapFsbFuseIndex(bank, word, &redundancy); in BOARD_FuseRead()
294 if (word_index >= 0) in BOARD_FuseRead()
296 *val = *(uint32_t *)(FSB_BASE_ADDR + FSB_OTP_SHADOW + (word_index << 2)); in BOARD_FuseRead()