Home
last modified time | relevance | path

Searched refs:p (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio.h2417 __STATIC_INLINE void LL_RADIO_SetNextPointer(TXRXPACK_TypeDef *p, uint32_t value) in LL_RADIO_SetNextPointer() argument
2419 MODIFY_REG_FIELD(((TXRXPACK_WORD_TypeDef *)p)->WORD0, TXRXPACK_WORD0_NEXTPTR, value); in LL_RADIO_SetNextPointer()
2429 __STATIC_INLINE uint32_t LL_RADIO_GetNextPointer(TXRXPACK_TypeDef *p) in LL_RADIO_GetNextPointer() argument
2431 …return (uint32_t)(READ_BIT(((TXRXPACK_WORD_TypeDef *)p)->WORD0, TXRXPACK_WORD0_NEXTPTR) >> TXRXPAC… in LL_RADIO_GetNextPointer()
2442 __STATIC_INLINE void LL_RADIO_SetCalibrationRequest(TXRXPACK_TypeDef *p, uint32_t value) in LL_RADIO_SetCalibrationRequest() argument
2444 MODIFY_REG_FIELD(((TXRXPACK_WORD_TypeDef *)p)->WORD1, TXRXPACK_WORD1_CALREQ, value); in LL_RADIO_SetCalibrationRequest()
2454 __STATIC_INLINE uint32_t LL_RADIO_GetCalibrationRequest(TXRXPACK_TypeDef *p) in LL_RADIO_GetCalibrationRequest() argument
2456 …return (uint32_t)(READ_BIT(((TXRXPACK_WORD_TypeDef *)p)->WORD1, TXRXPACK_WORD1_CALREQ) >> TXRXPACK… in LL_RADIO_GetCalibrationRequest()
2467 __STATIC_INLINE void LL_RADIO_SetKeepSemaRequest(TXRXPACK_TypeDef *p, uint32_t value) in LL_RADIO_SetKeepSemaRequest() argument
2469 MODIFY_REG_FIELD(((TXRXPACK_WORD_TypeDef *)p)->WORD1, TXRXPACK_WORD1_KEEPSEMAREQ, value); in LL_RADIO_SetKeepSemaRequest()
[all …]
Dstm32wb0x_hal_radio.h135 void HAL_RADIO_SetReservedArea(ActionPacket *p);
136 uint8_t HAL_RADIO_MakeActionPacketPending(ActionPacket *p);
148 uint8_t HAL_RADIO_Callback(ActionPacket *p, ActionPacket *next);
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c165 static uint8_t CondRoutineTrue(ActionPacket *p) in CondRoutineTrue() argument
175 static uint8_t CondRoutineRxTrue(ActionPacket *p) in CondRoutineRxTrue() argument
178 if ((p->status & BLUE_INTERRUPT1REG_RCVOK) != 0) in CondRoutineRxTrue()
465 uint8_t HAL_RADIO_Callback(ActionPacket *p, ActionPacket *next) in HAL_RADIO_Callback() argument
468 if ((p->status & BLUE_STATUSREG_PREVTRANSMIT) == 0) in HAL_RADIO_Callback()
472 if ((p->status & BLUE_INTERRUPT1REG_RCVOK) != 0) in HAL_RADIO_Callback()
474 if ((p->status & BLUE_INTERRUPT1REG_ENCERROR) != 0) in HAL_RADIO_Callback()
476 receivedStats.rssi = p->rssi; in HAL_RADIO_Callback()
477 receivedStats.timestamp_receive = p->timestamp_receive; in HAL_RADIO_Callback()
482 receivedStats.rssi = p->rssi; in HAL_RADIO_Callback()
[all …]
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dpawr_buff_alloc.c71 static void subevent_buff_free(void *p) in subevent_buff_free() argument
75 if(p == pawr_subevent_buf[i]) in subevent_buff_free()
83 static void response_buff_free(void *p) in response_buff_free() argument
87 if(p == pawr_resp_buff[i]) in response_buff_free()
101 void pawr_buff_free(void * p, uint8_t t) in pawr_buff_free() argument
107 subevent_buff_free(p); in pawr_buff_free()
111 response_buff_free(p); in pawr_buff_free()
Daci_adv_nwk.c198 void * p; in hci_le_set_periodic_advertising_subevent_data() local
230 p = pawr_buff_subevent_alloc(); in hci_le_set_periodic_advertising_subevent_data()
232 if(p != NULL) in hci_le_set_periodic_advertising_subevent_data()
238 …memcpy(p, Subevent_Data_Parameters[i].Subevent_Data, Subevent_Data_Parameters[i].Subevent_Data_Len… in hci_le_set_periodic_advertising_subevent_data()
239 Subevent_Data_Ptr_Parameters[i].Subevent_Data = p; in hci_le_set_periodic_advertising_subevent_data()
274 void * p; in hci_le_set_periodic_advertising_response_data() local
282 p = pawr_buff_resp_alloc(); in hci_le_set_periodic_advertising_response_data()
284 if(p == NULL) in hci_le_set_periodic_advertising_response_data()
289 memcpy(p, Response_Data, Response_Data_Length); in hci_le_set_periodic_advertising_response_data()
294 p); in hci_le_set_periodic_advertising_response_data()
[all …]
Dadv_buff_alloc_tiny.c48 void adv_tiny_buff_free(void * p) in adv_tiny_buff_free() argument
52 if(p == buffer[i]) in adv_tiny_buff_free()
Dadv_buff_alloc_tiny.h16 void adv_tiny_buff_free(void * p);
Dpawr_buff_alloc.h19 void pawr_buff_free(void * p, uint8_t t);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_gatt.h445 #define BLE_COPY_UUID_16(p, UUID) do{ \ argument
447 memcpy((p).v_16.base,uuid_base,sizeof((p).v_16.base)); \
448 (p).v_16.v = UUID; \
449 (p).v_16.empty = 0x0000U; \
450 (p).uuid_type = BLE_UUID_TYPE_16BITS; \
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c194 uint32_t HW_PKA_isStartPoint(const uint32_t* p);
197 …gomeryMultiplication( uint32_t opLen, const uint32_t* op1, const uint32_t* op2, const uint32_t* p);
981 …tgomeryMultiplication( uint32_t opLen, const uint32_t* op1, const uint32_t* op2, const uint32_t* p) in HW_PKA_MontgomeryMultiplication() argument
994 HW_PKA_WriteOperand( 599, 8, p ); in HW_PKA_MontgomeryMultiplication()
1044 uint32_t HW_PKA_isStartPoint(const uint32_t* p) in HW_PKA_isStartPoint() argument
1048 if(PKAStartPoint[i]!=p[i]) in HW_PKA_isStartPoint()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c2533 uint32_t p; in JPEG_Bits_To_SizeCodes() local
2539 p = 0; in JPEG_Bits_To_SizeCodes()
2543 if ((p + i) > 256UL) in JPEG_Bits_To_SizeCodes()
2550 Huffsize[p] = (uint8_t) l + 1U; in JPEG_Bits_To_SizeCodes()
2551 p++; in JPEG_Bits_To_SizeCodes()
2555 Huffsize[p] = 0; in JPEG_Bits_To_SizeCodes()
2556 *LastK = p; in JPEG_Bits_To_SizeCodes()
2561 p = 0; in JPEG_Bits_To_SizeCodes()
2562 while (Huffsize[p] != 0U) in JPEG_Bits_To_SizeCodes()
2564 while (((uint32_t) Huffsize[p]) == si) in JPEG_Bits_To_SizeCodes()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c2528 uint32_t p; in JPEG_Bits_To_SizeCodes() local
2534 p = 0; in JPEG_Bits_To_SizeCodes()
2538 if ((p + i) > 256UL) in JPEG_Bits_To_SizeCodes()
2545 Huffsize[p] = (uint8_t) l + 1U; in JPEG_Bits_To_SizeCodes()
2546 p++; in JPEG_Bits_To_SizeCodes()
2550 Huffsize[p] = 0; in JPEG_Bits_To_SizeCodes()
2551 *LastK = p; in JPEG_Bits_To_SizeCodes()
2556 p = 0; in JPEG_Bits_To_SizeCodes()
2557 while (Huffsize[p] != 0U) in JPEG_Bits_To_SizeCodes()
2559 while (((uint32_t) Huffsize[p]) == si) in JPEG_Bits_To_SizeCodes()
[all …]
/hal_stm32-latest/
DREADME.rst133 python3 scripts/genpinctrl/genpinctrl.py -p /path/to/stm32-open-pin-data-repository