Searched refs:statusValue (Results 1 – 6 of 6) sorted by relevance
438 uint32_t statusValue = 0; in FLEXSPI_UpdateDllValue() local456 statusValue = in FLEXSPI_UpdateDllValue()462 statusValue = in FLEXSPI_UpdateDllValue()473 while ((base->STS2 & statusValue) != statusValue) in FLEXSPI_UpdateDllValue()
404 uint32_t statusValue = 0U; in USB_OtgKhciControl() local502 (void)USB_OtgPeripheralGetStatus((uint32_t)kPeripheral_StatusAll, &statusValue); in USB_OtgKhciControl()503 (void)USB_OtgKhciParsePeripheralStatus(otgKhciInstance, statusValue); in USB_OtgKhciControl()
52 usb_status_t USB_OtgPeripheralGetStatus(uint32_t statusType, uint32_t *statusValue);
279 …_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValue);
1866 …b_status_t USB_OtgNotifyChange(usb_otg_handle otgHandle, uint32_t statusType, uint32_t statusValue) in USB_OtgNotifyChange() argument1889 if (0U != statusValue) in USB_OtgNotifyChange()1900 if (statusValue == 0U) in USB_OtgNotifyChange()1910 otgMsg.otgStatusValue = statusValue; in USB_OtgNotifyChange()
63 #define SINC_FIND_STATUS_FIELD_VALUE(statusValue, name) \ argument64 (((uint64_t)(statusValue) & (0xFFUL << ((uint64_t)(name)*8UL))) >> \