Home
last modified time | relevance | path

Searched defs:npu_op_dma_start_t (Results 1 – 2 of 2) sorted by relevance

/hal_ethos_u-3.7.0/src/
Dethosu65_interface.h18812 struct npu_op_dma_start_t struct
18818 uint32_t reserved0 : 4;
18819 uint32_t control : 2; // control
18820 uint32_t reserved1 : 16;
18823 CONSTEXPR npu_op_dma_start_t() : in npu_op_dma_start_t() function
18828 CONSTEXPR bool valid() const in valid()
18833 CONSTEXPR void init() in init()
18838 operator uint32_t() in uint32_t()
18844 CONSTEXPR NPU_NAMESPACE::cmd0_opcode get_opcode() const in get_opcode()
18848 CONSTEXPR npu_op_dma_start_t &set_opcode(NPU_NAMESPACE::cmd0_opcode value) in set_opcode()
[all …]
Dethosu55_interface.h18380 struct npu_op_dma_start_t struct
18386 uint32_t reserved0 : 4;
18387 uint32_t control : 2; // control
18388 uint32_t reserved1 : 16;
18391 CONSTEXPR npu_op_dma_start_t() : in npu_op_dma_start_t() function
18396 CONSTEXPR bool valid() const in valid()
18401 CONSTEXPR void init() in init()
18406 operator uint32_t() in uint32_t()
18412 CONSTEXPR NPU_NAMESPACE::cmd0_opcode get_opcode() const in get_opcode()
18416 CONSTEXPR npu_op_dma_start_t &set_opcode(NPU_NAMESPACE::cmd0_opcode value) in set_opcode()
[all …]