Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/startup/m0/
A Dinterrupt.c123 unsigned long tval; in exception_entry() local
131 tval = READ_CSR(CSR_MTVAL); in exception_entry()
132 printf("mtval:%08x\r\n", (int)tval); in exception_entry()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/startup/
A Dinterrupt.c122 unsigned long tval; in exception_entry() local
130 tval = READ_CSR(CSR_MTVAL); in exception_entry()
131 printf("mtval:%08x\r\n", (int)tval); in exception_entry()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/startup/
A Dinterrupt.c119 unsigned long tval; in exception_entry() local
127 tval = READ_CSR(CSR_MTVAL); in exception_entry()
128 printf("mtval:%08x\r\n", (int)tval); in exception_entry()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/startup/
A Dinterrupt.c119 unsigned long tval; in exception_entry() local
127 tval = READ_CSR(CSR_MTVAL); in exception_entry()
128 printf("mtval:%08x\r\n", (int)tval); in exception_entry()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/startup/lp/
A Dinterrupt.c122 unsigned long tval; in exception_entry() local
130 tval = READ_CSR(CSR_MTVAL); in exception_entry()
131 printf("mtval:%08x\r\n", (int)tval); in exception_entry()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/startup/d0/
A Dinterrupt.c119 uintptr_t tval = __get_MTVAL(); in trap_c() local
126 exception_handlers[vec](cause, tval, regs); in trap_c()

Completed in 40 milliseconds