Searched refs:pDalHwContext (Results 1 – 5 of 5) sorted by relevance
83 void phDal4Nfc_i2c_set_open_from_handle(phHal_sHwReference_t * pDalHwContext) in phDal4Nfc_i2c_set_open_from_handle() argument85 gI2cPortContext.nHandle = (int)(intptr_t) pDalHwContext->p_board_driver; in phDal4Nfc_i2c_set_open_from_handle()
36 void phDal4Nfc_uart_set_open_from_handle(phHal_sHwReference_t * pDalHwContext);
32 void phDal4Nfc_i2c_set_open_from_handle(phHal_sHwReference_t * pDalHwContext);
36 typedef void (*phDal4Nfc_link_set_open_from_handle_CB_t) (phHal_sHwReference_t * pDalHwContext…
98 void phDal4Nfc_uart_set_open_from_handle(phHal_sHwReference_t * pDalHwContext) in phDal4Nfc_uart_set_open_from_handle() argument100 gComPortContext.nHandle = (int)(intptr_t) pDalHwContext->p_board_driver; in phDal4Nfc_uart_set_open_from_handle()