Home
last modified time | relevance | path

Searched refs:bInited (Results 1 – 2 of 2) sorted by relevance

/hal_ambiq-3.6.0/mcu/apollo4p/hal/mcu/
Dam_hal_card_host.c200 .bInited = false,
234 if (pHost->bInited && !bReInit) in am_hal_get_card_host()
239 if (pHost->bInited) in am_hal_get_card_host()
249 pHost->bInited = true; in am_hal_get_card_host()
265 if (pHost != NULL && pHost->bInited && pHost->ops->set_txrx_delay) in am_hal_card_host_set_txrx_delay()
Dam_hal_card_host.h210 bool bInited; member