Home
last modified time | relevance | path

Searched refs:divisor (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/arm/s3c44b0/
H A Dserial.c62 rt_uint32_t divisor = 0; in rt_serial_init() local
64 divisor = 0x20; in rt_serial_init()
75 UBRDIV0 = divisor; in rt_serial_init()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dhealth_cli.c110 u8_t *divisor; member
130 *param->divisor = net_buf_simple_pull_u8(buf); in health_period_status()
288 u8_t *divisor) in bt_mesh_health_period_get() argument
298 .divisor = divisor, in bt_mesh_health_period_get()
323 u8_t divisor, u8_t *updated_divisor) in bt_mesh_health_period_set() argument
333 .divisor = updated_divisor, in bt_mesh_health_period_set()
348 net_buf_simple_add_u8(msg, divisor); in bt_mesh_health_period_set()
H A Dshell.c1993 u8_t divisor; in cmd_period_get() local
1997 &divisor); in cmd_period_get()
2001 printk("Health FastPeriodDivisor: %u\n", divisor); in cmd_period_get()
2009 u8_t divisor, updated_divisor; in cmd_period_set() local
2016 divisor = strtoul(argv[1], NULL, 0); in cmd_period_set()
2019 divisor, &updated_divisor); in cmd_period_set()
2035 u8_t divisor; in cmd_period_set_unack() local
2042 divisor = strtoul(argv[1], NULL, 0); in cmd_period_set_unack()
2045 divisor, NULL); in cmd_period_set_unack()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dhealth_cli.h54 u8_t *divisor);
57 u8_t divisor, u8_t *updated_divisor);