Home
last modified time | relevance | path

Searched refs:InterruptRequest (Results 1 – 25 of 44) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2411 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2415 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2421 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2427 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2433 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2451 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2456 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2462 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2449 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2453 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2471 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2489 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2494 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2500 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2411 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2415 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2421 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2427 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2433 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2451 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2456 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2462 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
Dstm32l0xx_hal_i2c.c472 static void I2C_Enable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest);
473 static void I2C_Disable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest);
7090 static void I2C_Enable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest) in I2C_Enable_IRQ() argument
7098 if ((InterruptRequest & I2C_XFER_LISTEN_IT) == I2C_XFER_LISTEN_IT) in I2C_Enable_IRQ()
7104 if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) in I2C_Enable_IRQ()
7110 if ((InterruptRequest & I2C_XFER_RX_IT) == I2C_XFER_RX_IT) in I2C_Enable_IRQ()
7116 if (InterruptRequest == I2C_XFER_ERROR_IT) in I2C_Enable_IRQ()
7122 if (InterruptRequest == I2C_XFER_CPLT_IT) in I2C_Enable_IRQ()
7131 if ((InterruptRequest & I2C_XFER_LISTEN_IT) == I2C_XFER_LISTEN_IT) in I2C_Enable_IRQ()
7137 if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) in I2C_Enable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2434 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2438 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2444 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2450 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2456 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2474 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2479 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2485 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c222 static void FMPSMBUS_Enable_IRQ(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t InterruptRequest);
223 static void FMPSMBUS_Disable_IRQ(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t InterruptRequest);
2444 static void FMPSMBUS_Enable_IRQ(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t InterruptRequest) in FMPSMBUS_Enable_IRQ() argument
2448 if ((InterruptRequest & FMPSMBUS_IT_ALERT) == FMPSMBUS_IT_ALERT) in FMPSMBUS_Enable_IRQ()
2454 if ((InterruptRequest & FMPSMBUS_IT_ADDR) == FMPSMBUS_IT_ADDR) in FMPSMBUS_Enable_IRQ()
2460 if ((InterruptRequest & FMPSMBUS_IT_TX) == FMPSMBUS_IT_TX) in FMPSMBUS_Enable_IRQ()
2466 if ((InterruptRequest & FMPSMBUS_IT_RX) == FMPSMBUS_IT_RX) in FMPSMBUS_Enable_IRQ()
2484 static void FMPSMBUS_Disable_IRQ(FMPSMBUS_HandleTypeDef *hfmpsmbus, uint32_t InterruptRequest) in FMPSMBUS_Disable_IRQ() argument
2489 …if ((tmpstate == HAL_FMPSMBUS_STATE_READY) && ((InterruptRequest & FMPSMBUS_IT_ALERT) == FMPSMBUS_… in FMPSMBUS_Disable_IRQ()
2495 if ((InterruptRequest & FMPSMBUS_IT_TX) == FMPSMBUS_IT_TX) in FMPSMBUS_Disable_IRQ()
[all …]
Dstm32f4xx_hal_fmpi2c.c473 static void FMPI2C_Enable_IRQ(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t InterruptRequest);
474 static void FMPI2C_Disable_IRQ(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t InterruptRequest);
7368 static void FMPI2C_Enable_IRQ(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t InterruptRequest) in FMPI2C_Enable_IRQ() argument
7376 if ((InterruptRequest & FMPI2C_XFER_LISTEN_IT) == FMPI2C_XFER_LISTEN_IT) in FMPI2C_Enable_IRQ()
7382 if ((InterruptRequest & FMPI2C_XFER_TX_IT) == FMPI2C_XFER_TX_IT) in FMPI2C_Enable_IRQ()
7388 if ((InterruptRequest & FMPI2C_XFER_RX_IT) == FMPI2C_XFER_RX_IT) in FMPI2C_Enable_IRQ()
7394 if (InterruptRequest == FMPI2C_XFER_ERROR_IT) in FMPI2C_Enable_IRQ()
7400 if (InterruptRequest == FMPI2C_XFER_CPLT_IT) in FMPI2C_Enable_IRQ()
7409 if ((InterruptRequest & FMPI2C_XFER_LISTEN_IT) == FMPI2C_XFER_LISTEN_IT) in FMPI2C_Enable_IRQ()
7415 if ((InterruptRequest & FMPI2C_XFER_TX_IT) == FMPI2C_XFER_TX_IT) in FMPI2C_Enable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2449 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2453 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2471 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2489 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2494 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2500 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2434 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2438 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2444 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2450 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2456 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2474 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2479 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2485 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2409 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2413 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2419 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2425 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2431 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2449 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2454 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2460 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2409 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2413 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2419 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2425 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2431 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2449 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2454 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2460 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2424 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2428 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2434 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2440 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2446 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2464 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2469 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2475 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
Dstm32wbxx_hal_i2c.c478 static void I2C_Enable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest);
479 static void I2C_Disable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest);
7338 static void I2C_Enable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest) in I2C_Enable_IRQ() argument
7348 if ((InterruptRequest & I2C_XFER_LISTEN_IT) == I2C_XFER_LISTEN_IT) in I2C_Enable_IRQ()
7354 if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) in I2C_Enable_IRQ()
7360 if ((InterruptRequest & I2C_XFER_RX_IT) == I2C_XFER_RX_IT) in I2C_Enable_IRQ()
7366 if (InterruptRequest == I2C_XFER_ERROR_IT) in I2C_Enable_IRQ()
7372 if (InterruptRequest == I2C_XFER_CPLT_IT) in I2C_Enable_IRQ()
7382 if ((InterruptRequest & I2C_XFER_LISTEN_IT) == I2C_XFER_LISTEN_IT) in I2C_Enable_IRQ()
7388 if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) in I2C_Enable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
Dstm32f3xx_hal_i2c.c472 static void I2C_Enable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest);
473 static void I2C_Disable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest);
7360 static void I2C_Enable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest) in I2C_Enable_IRQ() argument
7368 if ((InterruptRequest & I2C_XFER_LISTEN_IT) == I2C_XFER_LISTEN_IT) in I2C_Enable_IRQ()
7374 if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) in I2C_Enable_IRQ()
7380 if ((InterruptRequest & I2C_XFER_RX_IT) == I2C_XFER_RX_IT) in I2C_Enable_IRQ()
7386 if (InterruptRequest == I2C_XFER_ERROR_IT) in I2C_Enable_IRQ()
7392 if (InterruptRequest == I2C_XFER_CPLT_IT) in I2C_Enable_IRQ()
7401 if ((InterruptRequest & I2C_XFER_LISTEN_IT) == I2C_XFER_LISTEN_IT) in I2C_Enable_IRQ()
7407 if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) in I2C_Enable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2409 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2413 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2419 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2425 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2431 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2449 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2454 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2460 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_smbus.c221 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
222 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest);
2443 static void SMBUS_Enable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Enable_IRQ() argument
2447 if ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT) in SMBUS_Enable_IRQ()
2453 if ((InterruptRequest & SMBUS_IT_ADDR) == SMBUS_IT_ADDR) in SMBUS_Enable_IRQ()
2459 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Enable_IRQ()
2465 if ((InterruptRequest & SMBUS_IT_RX) == SMBUS_IT_RX) in SMBUS_Enable_IRQ()
2483 static void SMBUS_Disable_IRQ(SMBUS_HandleTypeDef *hsmbus, uint32_t InterruptRequest) in SMBUS_Disable_IRQ() argument
2488 …if ((tmpstate == HAL_SMBUS_STATE_READY) && ((InterruptRequest & SMBUS_IT_ALERT) == SMBUS_IT_ALERT)) in SMBUS_Disable_IRQ()
2494 if ((InterruptRequest & SMBUS_IT_TX) == SMBUS_IT_TX) in SMBUS_Disable_IRQ()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_i2c.c478 static void I2C_Enable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest);
479 static void I2C_Disable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest);
7255 static void I2C_Enable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest) in I2C_Enable_IRQ() argument
7265 if ((InterruptRequest & I2C_XFER_LISTEN_IT) == I2C_XFER_LISTEN_IT) in I2C_Enable_IRQ()
7271 if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) in I2C_Enable_IRQ()
7277 if ((InterruptRequest & I2C_XFER_RX_IT) == I2C_XFER_RX_IT) in I2C_Enable_IRQ()
7283 if (InterruptRequest == I2C_XFER_ERROR_IT) in I2C_Enable_IRQ()
7289 if (InterruptRequest == I2C_XFER_CPLT_IT) in I2C_Enable_IRQ()
7299 if ((InterruptRequest & I2C_XFER_LISTEN_IT) == I2C_XFER_LISTEN_IT) in I2C_Enable_IRQ()
7305 if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) in I2C_Enable_IRQ()
[all …]

12