nrfxlib API 0.1.0
Loading...
Searching...
No Matches
osal_structs.h File Reference

Structure declarations for the OSAL Layer of the Wi-Fi driver. More...

Go to the source code of this file.

Data Structures

struct  nrf_wifi_osal_host_map
 Structure representing a host map. More...
 
struct  nrf_wifi_osal_priv
 Structure representing the private data of the OSAL layer. More...
 

Enumerations

enum  nrf_wifi_status { NRF_WIFI_STATUS_SUCCESS , NRF_WIFI_STATUS_FAIL = -1 }
 The status of an operation performed by the RPU driver. More...
 
enum  nrf_wifi_osal_dma_dir { NRF_WIFI_OSAL_DMA_DIR_TO_DEV , NRF_WIFI_OSAL_DMA_DIR_FROM_DEV , NRF_WIFI_OSAL_DMA_DIR_BIDI }
 DMA direction for a DMA operation. More...
 
enum  nrf_wifi_tasklet_type {
  NRF_WIFI_TASKLET_TYPE_BH , NRF_WIFI_TASKLET_TYPE_IRQ , NRF_WIFI_TASKLET_TYPE_TX_DONE , NRF_WIFI_TASKLET_TYPE_RX ,
  NRF_WIFI_TASKLET_TYPE_MAX
}
 The type of a tasklet. More...
 
enum  nrf_wifi_assert_op_type {
  NRF_WIFI_ASSERT_EQUAL_TO , NRF_WIFI_ASSERT_NOT_EQUAL_TO , NRF_WIFI_ASSERT_LESS_THAN , NRF_WIFI_ASSERT_LESS_THAN_EQUAL_TO ,
  NRF_WIFI_ASSERT_GREATER_THAN , NRF_WIFI_ASSERT_GREATER_THAN_EQUAL_TO
}
 The type of assertion operation to be performed. More...
 

Detailed Description

Structure declarations for the OSAL Layer of the Wi-Fi driver.