Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_rssi.c56 int8_t temp = nrf_802154_temperature_get(); in nrf_802154_rssi_sample_temp_corr_value_get() local
61 if (temp <= -30) in nrf_802154_rssi_sample_temp_corr_value_get()
65 else if (temp <= -10) in nrf_802154_rssi_sample_temp_corr_value_get()
69 else if (temp <= 10) in nrf_802154_rssi_sample_temp_corr_value_get()
73 else if (temp <= 30) in nrf_802154_rssi_sample_temp_corr_value_get()
77 else if (temp <= 50) in nrf_802154_rssi_sample_temp_corr_value_get()
81 else if (temp <= 70) in nrf_802154_rssi_sample_temp_corr_value_get()
85 else if (temp <= 85) in nrf_802154_rssi_sample_temp_corr_value_get()
142 int32_t temp; in nrf_802154_rssi_sample_temp_corr_value_get() local
146 temp = (int32_t)nrf_802154_temperature_get(); in nrf_802154_rssi_sample_temp_corr_value_get()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_cracen.c409 uint8_t temp[CTR_DRBG_ENTROPY_SIZE]; in ctr_drbg_update() local
412 while (temp_length < sizeof(temp)) in ctr_drbg_update()
416 r = cm_aes_ecb(m_cb.key, sizeof(m_cb.key), m_cb.value, temp + temp_length); in ctr_drbg_update()
427 xor_array((uint32_t *)temp, (uint32_t *)data, sizeof(temp)); in ctr_drbg_update()
430 memcpy(m_cb.key, temp, sizeof(m_cb.key)); in ctr_drbg_update()
431 memcpy(m_cb.value, temp + sizeof(m_cb.key), sizeof(m_cb.value)); in ctr_drbg_update()
519 uint8_t temp[AES_ECB_BLK_SZ]; in nrfx_cracen_ctr_drbg_random_get() local
524 r = cm_aes_ecb(m_cb.key, sizeof(m_cb.key), m_cb.value, temp); in nrfx_cracen_ctr_drbg_random_get()
530 memcpy(p_buf, temp, cur_len); in nrfx_cracen_ctr_drbg_random_get()
Dnrfx_twis.c683 uint32_t temp; in nrfx_twis_error_get_and_clear_internal() local
693 [temp]"=&l"(temp) in nrfx_twis_error_get_and_clear_internal()
698 (void)temp; in nrfx_twis_error_get_and_clear_internal()
712 uint32_t temp; in nrfx_twis_error_get_and_clear_internal() local
721 [temp]"=&l"(temp) in nrfx_twis_error_get_and_clear_internal()
726 (void)temp; in nrfx_twis_error_get_and_clear_internal()
Dnrfx_usbd.c811 uint8_t temp = (uint8_t)*((volatile uint32_t *)((uint32_t)(NRF_USBD) + 0x804)); in usbd_ep_abort() local
812 temp |= (1U << 1); in usbd_ep_abort()
813 *((volatile uint32_t *)((uint32_t)(NRF_USBD) + 0x804)) |= temp; in usbd_ep_abort()
819 uint8_t temp = (uint8_t)*((volatile uint32_t *)((uint32_t)(NRF_USBD) + 0x804)); in usbd_ep_abort() local
820 temp |= (1U << 2); in usbd_ep_abort()
821 *((volatile uint32_t *)((uint32_t)(NRF_USBD) + 0x804)) |= temp; in usbd_ep_abort()
/hal_nordic-latest/nrfx/samples/src/nrfx_temp/boards/
Dnrf52833dk_nrf52833.overlay1 &temp {
Dnrf52840dk_nrf52840.overlay1 &temp {
Dnrf52dk_nrf52832.overlay1 &temp {
Dnrf5340dk_nrf5340_cpunet.overlay1 &temp {
/hal_nordic-latest/nrfx/samples/doc/sphinx/
Dexamples_desc.rst14 examples_desc/temp/index