Home
last modified time | relevance | path

Searched refs:SMBUS_Slave_ISR (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_smbus.c169 static HAL_StatusTypeDef SMBUS_Slave_ISR(SMBUS_HandleTypeDef *hsmbus);
1175 SMBUS_Slave_ISR(hsmbus); in HAL_SMBUS_EV_IRQHandler()
1190 SMBUS_Slave_ISR(hsmbus); in HAL_SMBUS_EV_IRQHandler()
1205 SMBUS_Slave_ISR(hsmbus); in HAL_SMBUS_EV_IRQHandler()
1609 static HAL_StatusTypeDef SMBUS_Slave_ISR(SMBUS_HandleTypeDef *hsmbus) in SMBUS_Slave_ISR() function
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_smbus.c227 static HAL_StatusTypeDef SMBUS_Slave_ISR(SMBUS_HandleTypeDef *hsmbus, uint32_t StatusFlags);
1590 (void)SMBUS_Slave_ISR(hsmbus, tmpisrvalue); in HAL_SMBUS_EV_IRQHandler()
1609 (void)SMBUS_Slave_ISR(hsmbus, tmpisrvalue); in HAL_SMBUS_EV_IRQHandler()
1627 (void)SMBUS_Slave_ISR(hsmbus, tmpisrvalue); in HAL_SMBUS_EV_IRQHandler()
2104 static HAL_StatusTypeDef SMBUS_Slave_ISR(SMBUS_HandleTypeDef *hsmbus, uint32_t StatusFlags) in SMBUS_Slave_ISR() function