Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsl_se_manager_util.c374 uint32_t *version) in sl_se_get_se_version() argument
376 if (cmd_ctx == NULL || version == NULL) { in sl_se_get_se_version()
387 sli_se_datatransfer_t out_data = SLI_SE_DATATRANSFER_DEFAULT(version, sizeof(uint32_t)); in sl_se_get_se_version()
403 *version = (uint32_t)(SYSCFG->ROOTSESWVERSION); in sl_se_get_se_version()
413 *version = ((*version) & 0x00FFFFFF); in sl_se_get_se_version()
432 command_response = sli_vse_mailbox_get_version(version); in sl_se_get_se_version()
803 uint32_t *version) in sl_se_get_otp_version() argument
805 if (cmd_ctx == NULL || version == NULL) { in sl_se_get_otp_version()
815 sli_se_mailbox_response_t otp_status = sli_vse_mailbox_get_otp_version(version); in sl_se_get_otp_version()
1015 uint32_t *version) in sl_se_get_otp_version() argument
[all …]
Dsli_se_manager_mailbox.c121 volatile uint32_t version; member
374 sli_se_mailbox_response_t sli_vse_mailbox_get_version(uint32_t *version) in sli_vse_mailbox_get_version() argument
378 if (version == NULL) { in sli_vse_mailbox_get_version()
388 *version = root_mailbox_output->version; in sli_vse_mailbox_get_version()
/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/inc/
Dsl_se_manager_util.h320 uint32_t *version);
361 uint32_t *version);
867 uint32_t *version);
884 uint32_t version);
Dsli_se_manager_mailbox.h565 sli_se_mailbox_response_t sli_vse_mailbox_get_version(uint32_t *version);
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_se.c124 volatile uint32_t version; member
447 SE_Response_t SE_getVersion(uint32_t *version) in SE_getVersion() argument
456 if (version == NULL) { in SE_getVersion()
466 *version = rootOutMb->version; in SE_getVersion()
/hal_silabs-latest/gecko/
DREADME44 * Install the 32-bit MCU SDK with the version you want to update to
45 * The installation directory is <Simplicity Studio Path>/developer/sdks/gecko_sdk_suite/<version>
48 * Ensure that the CMakeLists and Kconfig files match the new version of the Gecko SDK
/hal_silabs-latest/gecko/emlib/src/
Dem_se.c125 volatile uint32_t version; member
440 SE_Response_t SE_getVersion(uint32_t *version) in SE_getVersion() argument
449 if (version == NULL) { in SE_getVersion()
459 *version = rootOutMb->version; in SE_getVersion()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/src/
Dsl_si91x_peripheral_gpio.c1288 sl_si91x_gpio_version_t version; in sl_si91x_gpio_get_version() local
1289 version.release = GPIO_RELEASE_VERSION; in sl_si91x_gpio_get_version()
1290 version.major = GPIO_MAJOR_VERSION; in sl_si91x_gpio_get_version()
1291 version.minor = GPIO_MINOR_VERSION; in sl_si91x_gpio_get_version()
1292 return version; in sl_si91x_gpio_get_version()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c2575 sl_status_t sl_si91x_get_firmware_version(sl_si91x_firmware_version_t *version) in sl_si91x_get_firmware_version() argument
2583 SL_WIFI_ARGS_CHECK_NULL_POINTER(version); in sl_si91x_get_firmware_version()
2610 version->chip_id = response->chip_id; in sl_si91x_get_firmware_version()
2611 version->rom_id = response->rom_id; in sl_si91x_get_firmware_version()
2612 version->major = response->major; in sl_si91x_get_firmware_version()
2613 version->minor = response->minor; in sl_si91x_get_firmware_version()
2614 version->security_version = response->security_version; in sl_si91x_get_firmware_version()
2615 version->patch_num = response->patch_num; in sl_si91x_get_firmware_version()
2616 version->customer_id = response->customer_id; in sl_si91x_get_firmware_version()
2617 version->build_num = (packet->data[7] | packet->data[8]); in sl_si91x_get_firmware_version()
Dsl_rsi_utility.c125 uint8_t version[2]; // RSN Version member
/hal_silabs-latest/simplicity_sdk/platform/service/memory_manager/src/
Dsl_memory_manager_retarget.c114 #error Unsupported IAR compiler version for standard C memory functions retarget
/hal_silabs-latest/zephyr/blobs/license/
DMSLA.txt43 “Derivative Works” means a work based upon the Source Code version of the
93 “Open Source Software” means the Source Code version of software that may be
160 version of Micrium Software for the sole purpose of adapting the Micrium
167 2.1.3. You may distribute copies of the Object Code version of the Micrium
183 customers may distribute the Source Code version of Micrium Software to any
257 3.3.5. You may not redistribute any modified or unmodified version of the 8051
360 demonstration version of Silicon Labs Software into Applications is solely at
560 no obligation to download or use the updates, upgrade or new version of
719 most recent version of this Agreement supersedes and replaces all prior
721 version of this Agreement shall control.
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_se.h178 SE_Response_t SE_getVersion(uint32_t *version);
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/chip/efr32/sixg3xx/
Drail_chip_specific.h508 uint32_t version; member
/hal_silabs-latest/gecko/emlib/inc/
Dem_se.h183 SE_Response_t SE_getVersion(uint32_t *version);
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_api/src/
Dsl_si91x_driver_gpio.c560 sl_si91x_gpio_version_t version; in sl_si91x_gpio_driver_get_version() local
561 version = sl_si91x_gpio_get_version(); in sl_si91x_gpio_driver_get_version()
562 return version; in sl_si91x_gpio_driver_get_version()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_driver.h548 sl_status_t sl_si91x_get_firmware_version(sl_si91x_firmware_version_t *version);
/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi.h108 sl_status_t sl_wifi_get_firmware_version(sl_wifi_firmware_version_t *version);
/hal_silabs-latest/gecko/platform/radio/rail_lib/common/
Drail.h82 void RAIL_GetVersion(RAIL_Version_t *version, bool verbose);
/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c1157 sl_status_t sl_wifi_get_firmware_version(sl_wifi_firmware_version_t *version) in sl_wifi_get_firmware_version() argument
1159 return sl_si91x_get_firmware_version((sl_si91x_firmware_version_t *)version); in sl_wifi_get_firmware_version()
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/
Drail.h83 RAIL_Status_t RAIL_GetVersion(RAIL_Version_t *version, bool verbose);