Home
last modified time | relevance | path

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

/bsp/microchip/samc21/bsp/hpl/nvmctrl/
A Dhpl_nvmctrl.c457 #define _NVM_USER_ROW_END (((uint8_t *)_NVM_USER_ROW_BASE) + _NVM_USER_ROW_N_BYTES - 1) macro
459 …_t *)(b) >= (uint8_t *)(_NVM_USER_ROW_BASE)) && ((uint8_t *)(b) <= (uint8_t *)(_NVM_USER_ROW_END)))
460 #define _IN_NVM_USER_ROW(b, o) (((uint8_t *)(b) + (o)) <= (uint8_t *)(_NVM_USER_ROW_END))

Completed in 7 milliseconds