Searched refs:pol (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/genie_service/sal/src/ |
A D | genie_sal_lpm.c | 30 int genie_sal_sleep_wakup_io_set(uint8_t port, uint8_t pol) in genie_sal_sleep_wakup_io_set() argument 33 uint8_t type = (pol >= 2) ? pol - 2 : pol; in genie_sal_sleep_wakup_io_set()
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_temp_humi_ams_ens210.c | 151 uint32_t pol= CRC7POLY; in crc7() local 153 pol = pol << (DATA7WIDTH-CRC7WIDTH-1); in crc7() 159 pol = pol << CRC7WIDTH; in crc7() 164 if( bit & val ) val ^= pol; in crc7() 166 pol >>= 1; in crc7()
|
/AliOS-Things-master/components/genie_service/sal/inc/ |
A D | genie_sal_lpm.h | 18 int genie_sal_sleep_wakup_io_set(uint8_t port, uint8_t pol);
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | pmu.h | 98 …andle_t handle, uint32_t wakeup_num, pmu_wakeup_type_e type, pmu_wakeup_pol_e pol, uint8_t enable);
|
/AliOS-Things-master/hardware/chip/smarth_rv64/include/ |
A D | drv_pmu.h | 100 …andle_t handle, uint32_t wakeup_num, pmu_wakeup_type_e type, pmu_wakeup_pol_e pol, uint8_t enable);
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | pmu.h | 100 …andle_t handle, uint32_t wakeup_num, pmu_wakeup_type_e type, pmu_wakeup_pol_e pol, uint8_t enable);
|
Completed in 12 milliseconds