Searched refs:temp (Results 1 – 6 of 6) sorted by relevance
111 uint32_t temp = 0; in sl_sysrtc_init_group() local117 … temp = ((p_group_config->compare_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CMP0EN_SHIFT); in sl_sysrtc_init_group()119 …temp |= ((uint32_t)p_group_config->p_compare_channel0_config->compare_match_out_action << _SYSRTC_… in sl_sysrtc_init_group()123 … temp |= ((p_group_config->compare_channel1_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CMP1EN_SHIFT); in sl_sysrtc_init_group()125 …temp |= ((uint32_t)p_group_config->p_compare_channel1_config->compare_match_out_action << _SYSRTC_… in sl_sysrtc_init_group()129 … temp |= ((p_group_config->capture_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CAP0EN_SHIFT); in sl_sysrtc_init_group()131 …temp |= ((uint32_t)p_group_config->p_capture_channel0_config->capture_input_edge << _SYSRTC_GRP0_C… in sl_sysrtc_init_group()134 SYSRTC0->GRP0_CTRL = temp; in sl_sysrtc_init_group()139 … temp = ((p_group_config->compare_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP1_CTRL_CMP0EN_SHIFT); in sl_sysrtc_init_group()141 …temp |= ((uint32_t)p_group_config->p_compare_channel0_config->compare_match_out_action << _SYSRTC_… in sl_sysrtc_init_group()[all …]
992 sl_sleeptimer_timer_handle_t *temp = timer_head; in process_timer_irq() local999 while ((temp != NULL) && (temp->delta == 0)) { in process_timer_irq()1000 if (current->priority > temp->priority) { in process_timer_irq()1001 current = temp; in process_timer_irq()1003 temp = temp->next; in process_timer_irq()
181 uint32_t temp = crypto->WAC & (~(_CRYPTO_WAC_MODULUS_MASK | _CRYPTO_WAC_MODOP_MASK)); in CRYPTO_ModulusSet() local195 crypto->WAC = temp | (uint32_t)modulusId | CRYPTO_WAC_MODOP_BINARY; in CRYPTO_ModulusSet()206 crypto->WAC = temp | (uint32_t)modulusId | CRYPTO_WAC_MODOP_REGULAR; in CRYPTO_ModulusSet()268 CRYPTO_KeyBuf_TypeDef temp; in CRYPTO_KeyReadUnaligned() local269 CRYPTO_KeyRead(crypto, temp, keyWidth); in CRYPTO_KeyReadUnaligned()271 memcpy(val, temp, 16); in CRYPTO_KeyReadUnaligned()273 memcpy(val, temp, 32); in CRYPTO_KeyReadUnaligned()309 uint32_t temp; in CRYPTO_SHA_1() local394 temp = (uint32_t)(msgLenInBits >> 32U); in CRYPTO_SHA_1()395 *(uint32_t*)&p8ShaBlock[56] = SWAP32(temp); in CRYPTO_SHA_1()[all …]
353 uint32_t temp = EMU_PORBOD | EMU_PORBOD_GMC_CALIB_DISABLE; in ramWFI() local355 EMU_PORBOD = temp; in ramWFI()
618 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_MULWIDTH_MASK); in CRYPTO_MulOperandWidthSet() local619 crypto->WAC = temp | (uint32_t)mulOperandWidth; in CRYPTO_MulOperandWidthSet()639 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_RESULTWIDTH_MASK); in CRYPTO_ResultWidthSet() local640 crypto->WAC = temp | (uint32_t)resultWidth; in CRYPTO_ResultWidthSet()660 uint32_t temp = crypto->CTRL & (~_CRYPTO_CTRL_INCWIDTH_MASK); in CRYPTO_IncWidthSet() local661 crypto->CTRL = temp | (uint32_t)incWidth; in CRYPTO_IncWidthSet()765 uint32_t temp[4]; in CRYPTO_DataWriteUnaligned() local766 memcpy(temp, val, sizeof(temp)); in CRYPTO_DataWriteUnaligned()767 CRYPTO_DataWrite(reg, temp); in CRYPTO_DataWriteUnaligned()816 uint32_t temp[4]; in CRYPTO_DataReadUnaligned() local[all …]
6600 bool temp = RAIL_BLE_Supports1MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports1Mbps() local6602 || temp); in RAIL_BLE_Supports1Mbps()6636 bool temp = RAIL_BLE_Supports2MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports2Mbps() local6638 || temp); in RAIL_BLE_Supports2Mbps()