Searched refs:IO_Pin (Results 1 – 2 of 2) sorted by relevance
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | mfxstm32l152.c | 488 if (IO_Pin > 0xFFFF) in mfxstm32l152_IO_Start() 813 if(IO_Pin & 0x000000FF) in mfxstm32l152_IO_ReadPin() 817 if(IO_Pin & 0x0000FF00) in mfxstm32l152_IO_ReadPin() 821 if(IO_Pin & 0x00FF0000) in mfxstm32l152_IO_ReadPin() 828 return(tmp3 & IO_Pin); in mfxstm32l152_IO_ReadPin() 896 if(IO_Pin & 0xFF) in mfxstm32l152_IO_ITStatus() 900 if(IO_Pin & 0xFFFF00) in mfxstm32l152_IO_ITStatus() 904 if(IO_Pin & 0xFFFF0000) in mfxstm32l152_IO_ITStatus() 911 return(tmp3 & IO_Pin); in mfxstm32l152_IO_ITStatus() 929 pin_8_15 = IO_Pin >> 8; in mfxstm32l152_IO_ClearIT() [all …]
|
| A D | mfxstm32l152.h | 749 void mfxstm32l152_IO_Start(uint16_t DeviceAddr, uint32_t IO_Pin); 750 uint8_t mfxstm32l152_IO_Config(uint16_t DeviceAddr, uint32_t IO_Pin, IO_ModeTypedef IO_Mode); 751 void mfxstm32l152_IO_WritePin(uint16_t DeviceAddr, uint32_t IO_Pin, uint8_t PinState); 752 uint32_t mfxstm32l152_IO_ReadPin(uint16_t DeviceAddr, uint32_t IO_Pin); 755 uint32_t mfxstm32l152_IO_ITStatus(uint16_t DeviceAddr, uint32_t IO_Pin); 756 void mfxstm32l152_IO_ClearIT(uint16_t DeviceAddr, uint32_t IO_Pin); 758 void mfxstm32l152_IO_InitPin(uint16_t DeviceAddr, uint32_t IO_Pin, uint8_t Direction); 761 void mfxstm32l152_IO_SetIrqTypeMode(uint16_t DeviceAddr, uint32_t IO_Pin, uint8_t Type); 762 void mfxstm32l152_IO_SetIrqEvtMode(uint16_t DeviceAddr, uint32_t IO_Pin, uint8_t Evt); 763 void mfxstm32l152_IO_EnablePinIT(uint16_t DeviceAddr, uint32_t IO_Pin); [all …]
|
Completed in 12 milliseconds