zephyr/drivers/counter
TOKITA Hiroshi c1fc906599 drivers: counter: gd32_timer: Remove is_bit_mask() implementation
Replace is_bit_mask() with IS_BIT_MASK() and remove the implementation.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2023-01-10 09:23:14 +01:00
..
CMakeLists.txt drivers: counter: Add counter_gecko_stimer driver 2022-12-20 22:50:19 +01:00
Kconfig drivers: counter: add support for GD32 timer 2022-12-12 10:08:12 +01:00
Kconfig.ace
Kconfig.andes_atcpit100
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.esp32_rtc
Kconfig.esp32_tmr
Kconfig.gd32 drivers: counter: add support for GD32 timer 2022-12-12 10:08:12 +01:00
Kconfig.gecko drivers: counter: Add counter_gecko_stimer driver 2022-12-20 22:50:19 +01:00
Kconfig.imx_epit
Kconfig.maxim_ds3231
Kconfig.mcp7940n
Kconfig.mcux_ctimer
Kconfig.mcux_gpt
Kconfig.mcux_lpc_rtc
Kconfig.mcux_lptmr
Kconfig.mcux_pit
Kconfig.mcux_qtmr
Kconfig.mcux_rtc
Kconfig.mcux_snvs
Kconfig.native_posix
Kconfig.nrfx
Kconfig.nxp_s32 drivers: counter: support NXP S32 System Timer Module 2022-11-30 11:29:39 +01:00
Kconfig.sam
Kconfig.sam0
Kconfig.stm32_rtc drivers: counter: Deprecate Kconfig STM32 source clock 2023-01-09 10:14:35 +01:00
Kconfig.stm32_timer drivers: counter: Reset timer using RCC before initialization 2022-12-09 09:43:36 -08:00
Kconfig.tmr_cmsdk_apb
Kconfig.xec
Kconfig.xlnx
counter_ace_v1x_art.c
counter_ace_v1x_art_regs.h
counter_ace_v1x_rtc.c
counter_ace_v1x_rtc_regs.h
counter_andes_atcpit100.c
counter_cmos.c
counter_esp32_rtc.c
counter_esp32_tmr.c
counter_gd32_timer.c drivers: counter: gd32_timer: Remove is_bit_mask() implementation 2023-01-10 09:23:14 +01:00
counter_gecko_rtcc.c
counter_gecko_stimer.c drivers: counter: Add counter_gecko_stimer driver 2022-12-20 22:50:19 +01:00
counter_handlers.c
counter_imx_epit.c
counter_ll_stm32_rtc.c drivers: counter: Properly deprecate Kconfig symbols in STM32 RTC driver 2023-01-09 10:14:35 +01:00
counter_ll_stm32_timer.c drivers: counter: stm32_timer: remove counter_stm32_is_bit_mask() function 2023-01-10 09:23:14 +01:00
counter_mchp_xec.c
counter_mcux_ctimer.c
counter_mcux_gpt.c
counter_mcux_lpc_rtc.c drivers: counter: Update NXP LPC RTC for wakeup source 2023-01-04 11:03:42 -06:00
counter_mcux_lptmr.c
counter_mcux_pit.c
counter_mcux_qtmr.c
counter_mcux_rtc.c
counter_mcux_snvs.c
counter_native_posix.c include: fix native_posix_counter includes. 2022-10-12 16:10:05 -04:00
counter_nrfx_rtc.c drivers: counter: nrfx_rtc: Remove is_bit_mask() implementation 2023-01-10 09:23:14 +01:00
counter_nrfx_timer.c drivers: counter: nrfx_timer: Remove is_bit_mask() implementation 2023-01-10 09:23:14 +01:00
counter_nxp_s32_sys_timer.c drivers: counter: support NXP S32 System Timer Module 2022-11-30 11:29:39 +01:00
counter_sam0_tc32.c
counter_sam_tc.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
counter_xlnx_axi_timer.c
dualtimer_cmsdk_apb.h
maxim_ds3231.c
rtc_mcp7940n.c
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c
timer_tmr_cmsdk_apb.c