Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/inc/fw/
Dhost_rpu_common_if.h23 #define NRF_WIFI_UMAC_VER(version) (((version)&0xFF000000) >> 24) argument
24 #define NRF_WIFI_UMAC_VER_MAJ(version) (((version)&0x00FF0000) >> 16) argument
25 #define NRF_WIFI_UMAC_VER_MIN(version) (((version)&0x0000FF00) >> 8) argument
26 #define NRF_WIFI_UMAC_VER_EXTRA(version) (((version)&0x000000FF) >> 0) argument
115 unsigned int version; member
Dpatch_info.h53 unsigned int version; member
Dlmac_if_common.h148 unsigned int version; member
/nrf_wifi-latest/scripts/
Dmodule.yml.j211 version: '{{ blob.version }}'
Dupdate_blobs.py73 blob_info["version"] = blob.version
/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_api_common.c30 const unsigned int version) in nrf_wifi_patch_version_compat() argument
34 family = (version >> 24) & 0xff; in nrf_wifi_patch_version_compat()
35 major = (version >> 16) & 0xff; in nrf_wifi_patch_version_compat()
36 minor = (version >> 8) & 0xff; in nrf_wifi_patch_version_compat()
37 patch = (version >> 0) & 0xff; in nrf_wifi_patch_version_compat()
132 nrf_wifi_osal_log_dbg("version: 0x%x", info->version); in nrf_wifi_validate_fw_header()
147 if (nrf_wifi_patch_version_compat(fmac_dev_ctx, info->version) != 0) { in nrf_wifi_validate_fw_header()
/nrf_wifi-latest/
DDoxyfile48 # could be handy for archiving the generated documentation or if some version
289 # with the commands \{ and \} for these it is advised to use the version @{ and
376 # sequence number starting at 0 and GITHUB use the lower case version of title
803 # Doxygen should invoke to get the current version for each file (typically from
804 # the version control system). Doxygen will invoke the program by executing (via
808 # version. For an example see the documentation.
842 # Note: This option is particularly useful for macOS version 14 (Sonoma) and
931 # and the warning text. Optionally the format may contain $version, which will
932 # be replaced by the version of the file (if it could be obtained via
1205 # (see https://www.gnu.org/software/global/global.html). You will need version
[all …]