Home
last modified time | relevance | path

Searched refs:adjacent (Results 1 – 25 of 39) sorted by relevance

12

/bsp/apollo2/libraries/drivers/hal/
A Dam_hal_wdt.c64 #define adjacent(A, B) (((A) == (B)) || (((A) + 1) == (B)) || ((B) == 0)) macro
441 am_hal_debug_assert_msg((adjacent(ui32Values[1], ui32Values[2]) || in am_hal_wdt_counter_get()
442 adjacent(ui32Values[0], ui32Values[2])), in am_hal_wdt_counter_get()
A Dam_hal_ctimer.c72 #define adjacent(A, B) (((A) == (B)) || (((A) + 1) == (B)) || ((B) == 0)) macro
911 am_hal_debug_assert_msg((adjacent(ui32Values[1], ui32Values[2]) || in am_hal_ctimer_read()
912 adjacent(ui32Values[0], ui32Values[2])), in am_hal_ctimer_read()
/bsp/hpmicro/hpm6e00evk/board/linker_scripts/
A Dram_rtt.ld121 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld182 /* Note: the .tbss and .tdata section should be adjacent */
/bsp/hpmicro/hpm5300evk/board/linker_scripts/
A Dram_rtt.ld194 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld176 /* Note: the .tbss and .tdata section should be adjacent */
/bsp/hpmicro/hpm5301evklite/board/linker_scripts/
A Dram_rtt.ld194 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld176 /* Note: the .tbss and .tdata section should be adjacent */
/bsp/hpmicro/hpm6200evk/board/linker_scripts/
A Dram_rtt.ld122 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld179 /* Note: the .tbss and .tdata section should be adjacent */
/bsp/hpmicro/hpm6300evk/board/linker_scripts/
A Dram_rtt.ld124 /* Note: .tbss and .tdata should be adjacent */
A Dram_sdram_rtt.ld124 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld185 /* Note: the .tbss and .tdata section should be adjacent */
/bsp/hpmicro/hpm6750evk/board/linker_scripts/
A Dram_rtt.ld124 /* Note: .tbss and .tdata should be adjacent */
A Dram_sdram_rtt.ld124 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld185 /* Note: the .tbss and .tdata section should be adjacent */
/bsp/hpmicro/hpm6750evk2/board/linker_scripts/
A Dram_rtt.ld125 /* Note: .tbss and .tdata should be adjacent */
A Dram_sdram_rtt.ld125 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld185 /* Note: the .tbss and .tdata section should be adjacent */
/bsp/hpmicro/hpm6750evkmini/board/linker_scripts/
A Dram_rtt.ld124 /* Note: .tbss and .tdata should be adjacent */
A Dram_sdram_rtt.ld124 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld185 /* Note: the .tbss and .tdata section should be adjacent */
/bsp/hpmicro/hpm6800evk/board/linker_scripts/
A Dram_rtt.ld124 /* Note: .tbss and .tdata should be adjacent */
A Dram_sdram_rtt.ld124 /* Note: .tbss and .tdata should be adjacent */
A Dflash_rtt.ld185 /* Note: the .tbss and .tdata section should be adjacent */

Completed in 45 milliseconds

12