Searched refs:MEMP_HAL_CHECK_SPLIT_ADDR_ALIGNED (Results 1 – 2 of 2) sorted by relevance
56 #define MEMP_HAL_CHECK_SPLIT_ADDR_ALIGNED(x) if (x % I_D_SPLIT_LINE_ALIGN != 0) { return MEMP_HAL_E… macro
215 MEMP_HAL_CHECK_SPLIT_ADDR_ALIGNED(addr) in memprot_ll_set_iram0_split_line()1289 MEMP_HAL_CHECK_SPLIT_ADDR_ALIGNED(addr) in memprot_ll_set_dram0_split_line()