Searched refs:dscr (Results 1 – 1 of 1) sorted by relevance
75 uint32_t dscr = arm_read_dbgdscr(); in arm_dcc_read_available() local76 if (dscr & (1<<30)) { // rx full in arm_dcc_read_available()92 uint32_t dscr = arm_read_dbgdscr(); in arm_dcc_read() local93 if (dscr & (1<<30)) { // rx full in arm_dcc_read()117 uint32_t dscr = arm_read_dbgdscr(); in arm_dcc_write() local118 if ((dscr & (1<<29)) == 0) { // tx empty in arm_dcc_write()
Completed in 2 milliseconds