Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 16 of 16) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_crypto.c237 uint32_t temp[4]; in CRYPTO_DataWriteUnaligned() local
238 memcpy(temp, val, sizeof(temp)); in CRYPTO_DataWriteUnaligned()
239 CRYPTO_DataWrite(reg, temp); in CRYPTO_DataWriteUnaligned()
261 uint32_t temp[4]; in CRYPTO_DataReadUnaligned() local
262 CRYPTO_DataRead(reg, temp); in CRYPTO_DataReadUnaligned()
263 memcpy(val, temp, sizeof(temp)); in CRYPTO_DataReadUnaligned()
293 CRYPTO_DData_TypeDef temp; in CRYPTO_DDataReadUnaligned() local
294 CRYPTO_DDataRead(ddataReg, temp); in CRYPTO_DDataReadUnaligned()
295 memcpy(val, temp, sizeof(temp)); in CRYPTO_DDataReadUnaligned()
329 CRYPTO_QData_TypeDef temp; in CRYPTO_QDataWriteUnaligned() local
[all …]
Dem_emu.c375 uint32_t temp = EMU_PORBOD | EMU_PORBOD_GMC_CALIB_DISABLE; in ramWFI() local
377 EMU_PORBOD = temp; in ramWFI()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_crypto.c237 uint32_t temp[4]; in CRYPTO_DataWriteUnaligned() local
238 memcpy(temp, val, sizeof(temp)); in CRYPTO_DataWriteUnaligned()
239 CRYPTO_DataWrite(reg, temp); in CRYPTO_DataWriteUnaligned()
261 uint32_t temp[4]; in CRYPTO_DataReadUnaligned() local
262 CRYPTO_DataRead(reg, temp); in CRYPTO_DataReadUnaligned()
263 memcpy(val, temp, sizeof(temp)); in CRYPTO_DataReadUnaligned()
293 CRYPTO_DData_TypeDef temp; in CRYPTO_DDataReadUnaligned() local
294 CRYPTO_DDataRead(ddataReg, temp); in CRYPTO_DDataReadUnaligned()
295 memcpy(val, temp, sizeof(temp)); in CRYPTO_DDataReadUnaligned()
329 CRYPTO_QData_TypeDef temp; in CRYPTO_QDataWriteUnaligned() local
[all …]
Dem_emu.c380 uint32_t temp = EMU_PORBOD | EMU_PORBOD_GMC_CALIB_DISABLE; in ramWFI() local
382 EMU_PORBOD = temp; in ramWFI()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/memory/
Dmalloc_buffers.c71 sl_wifi_buffer_t *temp = NULL; in sl_si91x_host_allocate_buffer() local
73 temp = (sl_wifi_buffer_t *)malloc(buffer_size + sizeof(*temp)); in sl_si91x_host_allocate_buffer()
74 if (temp != NULL) { in sl_si91x_host_allocate_buffer()
82 if (temp == NULL) { in sl_si91x_host_allocate_buffer()
85 temp->length = buffer_size; in sl_si91x_host_allocate_buffer()
86 temp->node.node = NULL; in sl_si91x_host_allocate_buffer()
87 *buffer = temp; in sl_si91x_host_allocate_buffer()
/hal_silabs-latest/wiseconnect/components/common/src/
Dsl_utility.c135 int temp = src[i]; in sl_inet_ntop6() local
136 words[i / 2] = (temp << 8) | src[i + 1]; in sl_inet_ntop6()
204 unsigned char *temp; in little_to_big_endian() local
210 temp = &result[i * 4]; in little_to_big_endian()
211 temp[3] = (curr & 0xFF); in little_to_big_endian()
212 temp[2] = ((curr >> 8) & 0xFF); in little_to_big_endian()
213 temp[1] = ((curr >> 16) & 0xFF); in little_to_big_endian()
214 temp[0] = ((curr >> 24) & 0xFF); in little_to_big_endian()
332 uint8_t temp; in reverse_digits() local
334 temp = xx[count]; in reverse_digits()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_sysrtc.c124 uint32_t temp = 0; in sl_hal_sysrtc_init_group() local
130temp = ((p_group_config->compare_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CMP0EN_SHIFT); in sl_hal_sysrtc_init_group()
132temp |= ((uint32_t)p_group_config->p_compare_channel0_config->compare_match_out_action << _SYSRTC_… in sl_hal_sysrtc_init_group()
136temp |= ((p_group_config->compare_channel1_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CMP1EN_SHIFT); in sl_hal_sysrtc_init_group()
138temp |= ((uint32_t)p_group_config->p_compare_channel1_config->compare_match_out_action << _SYSRTC_… in sl_hal_sysrtc_init_group()
142temp |= ((p_group_config->capture_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP0_CTRL_CAP0EN_SHIFT); in sl_hal_sysrtc_init_group()
144temp |= ((uint32_t)p_group_config->p_capture_channel0_config->capture_input_edge << _SYSRTC_GRP0_C… in sl_hal_sysrtc_init_group()
147 SYSRTC0->GRP0_CTRL = temp; in sl_hal_sysrtc_init_group()
152temp = ((p_group_config->compare_channel0_enable ? 1UL : 0UL) << _SYSRTC_GRP1_CTRL_CMP0EN_SHIFT); in sl_hal_sysrtc_init_group()
154temp |= ((uint32_t)p_group_config->p_compare_channel0_config->compare_match_out_action << _SYSRTC_… in sl_hal_sysrtc_init_group()
[all …]
Dsl_hal_etampdet.c69 uint32_t temp = 0; in sl_hal_etampdet_init_channel() local
81 temp |= (uint32_t)config_channel->channel_pad_en << _ETAMPDET_CFG_CHNLPADEN0_SHIFT; in sl_hal_etampdet_init_channel()
83temp |= (uint32_t)config_channel->channel_tampdet_filt_en << _ETAMPDET_CFG_CHNLTAMPDETFILTEN0_SHIF… in sl_hal_etampdet_init_channel()
85 temp |= (uint32_t)config_channel->channel_cmp_dly_en << _ETAMPDET_CFG_CHNLCMPDLYEN0_SHIFT; in sl_hal_etampdet_init_channel()
90 ETAMPDET->CFG_SET = temp << (config_channel->channel * _ETAMPDET_CFG_CHNLCMPDLYEN1_SHIFT); in sl_hal_etampdet_init_channel()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c170 uint16_t temp = 0; in sl_create_generic_rx_packet_from_params() local
183 packet = sl_si91x_host_get_buffer_data(buffer, 0, &temp); in sl_create_generic_rx_packet_from_params()
360 uint16_t temp; local
542 node = sl_si91x_host_get_buffer_data(packet, 0, &temp);
684 node = sl_si91x_host_get_buffer_data(packet, 0, &temp);
749 node = sl_si91x_host_get_buffer_data(packet, 0, &temp);
804 node = sl_si91x_host_get_buffer_data(packet, 0, &temp);
889 node = sl_si91x_host_get_buffer_data(packet, 0, &temp);
1041 node = sl_si91x_host_get_buffer_data(packet, 0, &temp);
1081 node = sl_si91x_host_get_buffer_data(packet, 0, &temp);
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_temp_sensor.h67 void RSI_TS_LoadBjt(MCU_TEMP_Type *pstcTempSens, uint8_t temp);
69 void RSI_Periodic_TempUpdate(TIME_PERIOD_Type *temp, uint8_t enable, uint8_t trigger_time);
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c1293 sl_sleeptimer_timer_handle_t *temp = timer_head; in process_timer_irq() local
1297 while ((temp != NULL) && (temp->delta == 0)) { in process_timer_irq()
1298 if (current->priority > temp->priority) { in process_timer_irq()
1299 current = temp; in process_timer_irq()
1301 temp = temp->next; in process_timer_irq()
/hal_silabs-latest/gecko/emlib/inc/
Dem_crypto.h632 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_MULWIDTH_MASK); in CRYPTO_MulOperandWidthSet() local
633 crypto->WAC = temp | (uint32_t)mulOperandWidth; in CRYPTO_MulOperandWidthSet()
653 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_RESULTWIDTH_MASK); in CRYPTO_ResultWidthSet() local
654 crypto->WAC = temp | (uint32_t)resultWidth; in CRYPTO_ResultWidthSet()
674 uint32_t temp = crypto->CTRL & (~_CRYPTO_CTRL_INCWIDTH_MASK); in CRYPTO_IncWidthSet() local
675 crypto->CTRL = temp | (uint32_t)incWidth; in CRYPTO_IncWidthSet()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_crypto.h632 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_MULWIDTH_MASK); in CRYPTO_MulOperandWidthSet() local
633 crypto->WAC = temp | (uint32_t)mulOperandWidth; in CRYPTO_MulOperandWidthSet()
653 uint32_t temp = crypto->WAC & (~_CRYPTO_WAC_RESULTWIDTH_MASK); in CRYPTO_ResultWidthSet() local
654 crypto->WAC = temp | (uint32_t)resultWidth; in CRYPTO_ResultWidthSet()
674 uint32_t temp = crypto->CTRL & (~_CRYPTO_CTRL_INCWIDTH_MASK); in CRYPTO_IncWidthSet() local
675 crypto->CTRL = temp | (uint32_t)incWidth; in CRYPTO_IncWidthSet()
/hal_silabs-latest/gecko/platform/radio/rail_lib/common/
Drail.h6600 bool temp = RAIL_BLE_Supports1MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports1Mbps() local
6602 || temp); in RAIL_BLE_Supports1Mbps()
6636 bool temp = RAIL_BLE_Supports2MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports2Mbps() local
6638 || temp); in RAIL_BLE_Supports2Mbps()
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/
Drail.h7345 bool temp = RAIL_BLE_Supports1MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports1Mbps() local
7347 || temp); in RAIL_BLE_Supports1Mbps()
7381 bool temp = RAIL_BLE_Supports2MbpsViterbi(railHandle); // Required for MISRA compliance in RAIL_BLE_Supports2Mbps() local
7383 || temp); in RAIL_BLE_Supports2Mbps()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c1357 uint16_t temp; in sli_si91x_allocate_command_buffer() local
1359 *buffer = sl_si91x_host_get_buffer_data(*host_buffer, 0, &temp); in sli_si91x_allocate_command_buffer()
1376 uint16_t temp; in sl_si91x_allocate_data_buffer() local
1378 *buffer = sl_si91x_host_get_buffer_data(*host_buffer, 0, &temp); in sl_si91x_allocate_data_buffer()