Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/RISCV/drivers/
A Dn200_func.c359 uint32_t mtvec_value = read_csr(CSR_MTVEC); in eclic_mode_enable() local
360 mtvec_value = mtvec_value & 0xFFFFFFC0; in eclic_mode_enable()
361 mtvec_value = mtvec_value | 0x00000003; in eclic_mode_enable()
362 write_csr(CSR_MTVEC,mtvec_value); in eclic_mode_enable()
364 uint32_t mtvec_value = read_csr(mtvec); in eclic_mode_enable()
365 mtvec_value = mtvec_value & 0xFFFFFFC0; in eclic_mode_enable()
366 mtvec_value = mtvec_value | 0x00000003; in eclic_mode_enable()
367 write_csr(mtvec,mtvec_value); in eclic_mode_enable()

Completed in 4 milliseconds