Searched refs:duration (Results 1 – 3 of 3) sorted by relevance
1646 uint32_t duration; /* Command duration (in RAT ticks) */ member1758 uint32_t duration; ///< Duration in RAT Ticks for the radio command member1769 …uint32_t duration; ///< Radio access duration in RAT Ticks requested by the c… member
4741 pCmd->duration = 0; in RF_postCmd()4791 pSchParams->duration = 0; in RF_ScheduleCmdParams_init()4868 pCmd->duration = pSchParams->duration; in RF_scheduleCmd()5611 uint32_t durationInUs = RF_convertRatTicksToUs(pParams->duration); in RF_requestAccess()5640 RF_Sch.accReq[clientIdx].duration = pParams->duration; in RF_requestAccess()
5957 uint32_t duration; in RCL_Handler_BLE5_findPacketDuration() local5962 duration = BLE_1MBPS_PACKET_BASE_TIME + BLE_1MBPS_TIME_PER_BYTE * length; in RCL_Handler_BLE5_findPacketDuration()5966 duration = BLE_2MBPS_PACKET_BASE_TIME + BLE_2MBPS_TIME_PER_BYTE * length; in RCL_Handler_BLE5_findPacketDuration()5972 duration = BLE_CODED_S8_PACKET_BASE_TIME + BLE_CODED_S8_TIME_PER_BYTE * length; in RCL_Handler_BLE5_findPacketDuration()5976 duration = BLE_CODED_S2_PACKET_BASE_TIME + BLE_CODED_S2_TIME_PER_BYTE * length; in RCL_Handler_BLE5_findPacketDuration()5980 return duration; in RCL_Handler_BLE5_findPacketDuration()