Searched refs:Input (Results 1 – 7 of 7) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_cryp_ex.h | 100 void HAL_CRYPEx_Write_IVRegisters(CRYP_HandleTypeDef *hcryp, uint8_t* Input); 102 void HAL_CRYPEx_Write_SuspendRegisters(CRYP_HandleTypeDef *hcryp, uint8_t* Input); 104 void HAL_CRYPEx_Write_KeyRegisters(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint32_t KeySize); 106 void HAL_CRYPEx_Write_ControlRegister(CRYP_HandleTypeDef *hcryp, uint8_t* Input);
|
| D | stm32l4xx_hal_dfsdm.h | 131 DFSDM_Channel_InputTypeDef Input; /*!< DFSDM channel input parameters */ member
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_cryp_ex.c | 79 static HAL_StatusTypeDef CRYP_ProcessData(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint16_t Ileng… 1904 void HAL_CRYPEx_Write_IVRegisters(CRYP_HandleTypeDef *hcryp, uint8_t* Input) in HAL_CRYPEx_Write_IVRegisters() argument 1906 uint32_t ivaddr = (uint32_t)Input; in HAL_CRYPEx_Write_IVRegisters() 1979 void HAL_CRYPEx_Write_SuspendRegisters(CRYP_HandleTypeDef *hcryp, uint8_t* Input) in HAL_CRYPEx_Write_SuspendRegisters() argument 1981 uint32_t ivaddr = (uint32_t)Input; in HAL_CRYPEx_Write_SuspendRegisters() 2046 void HAL_CRYPEx_Write_KeyRegisters(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint32_t KeySize) in HAL_CRYPEx_Write_KeyRegisters() argument 2048 uint32_t keyaddr = (uint32_t)Input; in HAL_CRYPEx_Write_KeyRegisters() 2095 void HAL_CRYPEx_Write_ControlRegister(CRYP_HandleTypeDef *hcryp, uint8_t* Input) in HAL_CRYPEx_Write_ControlRegister() argument 2097 …hcryp->Instance->CR = *(uint32_t*)(void *)(Input); /* Derogation MisraC… in HAL_CRYPEx_Write_ControlRegister() 2796 static HAL_StatusTypeDef CRYP_ProcessData(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint16_t Ileng… in CRYP_ProcessData() argument [all …]
|
| D | stm32l4xx_hal_dfsdm.c | 371 assert_param(IS_DFSDM_CHANNEL_INPUT(hdfsdm_channel->Init.Input.Multiplexer)); in HAL_DFSDM_ChannelInit() 372 assert_param(IS_DFSDM_CHANNEL_DATA_PACKING(hdfsdm_channel->Init.Input.DataPacking)); in HAL_DFSDM_ChannelInit() 373 assert_param(IS_DFSDM_CHANNEL_INPUT_PINS(hdfsdm_channel->Init.Input.Pins)); in HAL_DFSDM_ChannelInit() 431 hdfsdm_channel->Instance->CHCFGR1 |= (hdfsdm_channel->Init.Input.Multiplexer | in HAL_DFSDM_ChannelInit() 432 hdfsdm_channel->Init.Input.DataPacking | in HAL_DFSDM_ChannelInit() 433 hdfsdm_channel->Init.Input.Pins); in HAL_DFSDM_ChannelInit()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_ll_system.h | 1021 …d LL_RI_SetRemapInputCapture_TIM(uint32_t TIM_Select, uint32_t InputCaptureChannel, uint32_t Input) in LL_RI_SetRemapInputCapture_TIM() argument 1025 …tCaptureChannel & (RI_ICR_IC4 | RI_ICR_IC3 | RI_ICR_IC2 | RI_ICR_IC1)) | (Input << POSITION_VAL(In… in LL_RI_SetRemapInputCapture_TIM()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_cryp.c | 138 static HAL_StatusTypeDef CRYP_ProcessData(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint16_t Ilen… 2072 static HAL_StatusTypeDef CRYP_ProcessData(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint16_t Ileng… in CRYP_ProcessData() argument 2077 uint32_t inputaddr = (uint32_t)Input; in CRYP_ProcessData()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_cryp.c | 137 static HAL_StatusTypeDef CRYP_ProcessData(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint16_t Ilen… 2071 static HAL_StatusTypeDef CRYP_ProcessData(CRYP_HandleTypeDef *hcryp, uint8_t* Input, uint16_t Ileng… in CRYP_ProcessData() argument 2076 uint32_t inputaddr = (uint32_t)Input; in CRYP_ProcessData()
|