Searched refs:timeout (Results 1 – 5 of 5) sorted by relevance
| /hal_ambiq-latest/mcu/apollo4p/hal/ |
| D | am_hal_usb.c | 173 uint8_t timeout; member 2057 pXfer->timeout = AM_HAL_USB_TIMEOUT; in am_hal_usb_non_ep0_xfer() 2888 pXfer->timeout--; in am_hal_usb_out_ep_handling() 2893 pXfer->timeout = AM_HAL_USB_TIMEOUT; in am_hal_usb_out_ep_handling() 3005 if (pXfer->timeout == 0x0 && pXfer->flags.busy) in am_hal_usb_interrupt_service() 3014 pXfer->timeout--; in am_hal_usb_interrupt_service()
|
| /hal_ambiq-latest/mcu/apollo3p/hal/ |
| D | am_hal_ble.c | 199 #define WHILE_TIMEOUT_MS(expr, timeout, error) \ argument 204 if (ui32Timeout >= (timeout * 1000)) \ 214 #define WHILE_TIMEOUT_MS_BREAK(expr, timeout, error) \ argument 219 if (ui32Timeout >= (timeout * 1000)) \
|
| D | am_hal_scard.c | 89 #define SCARD_WHILE_TIMEOUT_MS(expr, timeout, error) \ argument 94 if ( ui32Timeout == (timeout * 1000) ) \
|
| /hal_ambiq-latest/mcu/apollo3/hal/ |
| D | am_hal_ble.c | 200 #define WHILE_TIMEOUT_MS(expr, timeout, error) \ argument 205 if (ui32Timeout >= (timeout * 1000)) \ 215 #define WHILE_TIMEOUT_MS_BREAK(expr, timeout, error) \ argument 220 if (ui32Timeout >= (timeout * 1000)) \
|
| D | am_hal_scard.c | 89 #define SCARD_WHILE_TIMEOUT_MS(expr, timeout, error) \ argument 94 if ( ui32Timeout == (timeout * 1000) ) \
|