Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/arch/risc-v/t-head/
A Drv_hart.c76 uintptr_t next_addr, uintptr_t next_mode) in rv_hart_switch_mode_from_M() argument
111 WRITE_CSR(mepc, next_addr); in rv_hart_switch_mode_from_M()
114 WRITE_CSR(stvec, next_addr); in rv_hart_switch_mode_from_M()
A Drv_hart.h14 uintptr_t next_addr, uintptr_t next_mode);
/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/
A Ddma_sam_b.h357 uint32_t next_addr:30; member
528 config->cmd.next_addr = 0; in dma_descriptor_get_config_defaults()
A Ddma_sam_b.c350 while(((uint32_t)desc->cmd.next_addr) != 0) { in dma_add_descriptor()
353 if (resource->descriptor->cmd.next_addr == 0x0) { in dma_add_descriptor()
359 if (descriptor->cmd.next_addr != 0) { in dma_add_descriptor()

Completed in 11 milliseconds