Struct ns_psram_config_t
Public Attributes
Type | Name |
---|---|
ns_core_api_t const * | api API prefix. |
uint32_t | psram_base_address PSRAM base address, filled in by init. |
uint8_t | psram_block PSRAM block. |
bool | psram_enable Enable PSRAM. |
uint32_t | psram_size PSRAM size, filled in by init. |
psram_type_e | psram_type PSRAM type. |
Public Attributes Documentation
variable api
API prefix.
ns_core_api_t const* ns_psram_config_t::api;
variable psram_base_address
PSRAM base address, filled in by init.
uint32_t ns_psram_config_t::psram_base_address;
variable psram_block
PSRAM block.
uint8_t ns_psram_config_t::psram_block;
variable psram_enable
Enable PSRAM.
bool ns_psram_config_t::psram_enable;
variable psram_size
PSRAM size, filled in by init.
uint32_t ns_psram_config_t::psram_size;
variable psram_type
PSRAM type.
psram_type_e ns_psram_config_t::psram_type;
The documentation for this class was generated from the following file neuralSPOT/neuralspot/ns-peripherals/includes-api/ns_peripherals_psram.h